mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 09:02:55 +00:00 
			
		
		
		
	Add new logger to PipeIO
This commit is contained in:
		@@ -5,6 +5,7 @@ from tornado.ioloop import IOLoop
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
from tfw.event_handlers import EventHandlerBase
 | 
					from tfw.event_handlers import EventHandlerBase
 | 
				
			||||||
from tfw.builtins import PipeIOEventHandler
 | 
					from tfw.builtins import PipeIOEventHandler
 | 
				
			||||||
 | 
					from tfw.config.log import TFWLog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from pipe_io_auxlib import (
 | 
					from pipe_io_auxlib import (
 | 
				
			||||||
        SignMessagePipeIOEventHandler, VerifyMessagePipeIOEventHandler,
 | 
					        SignMessagePipeIOEventHandler, VerifyMessagePipeIOEventHandler,
 | 
				
			||||||
@@ -13,7 +14,7 @@ from pipe_io_auxlib import (
 | 
				
			|||||||
        FSMPipeIOEventHandler
 | 
					        FSMPipeIOEventHandler
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
logging.basicConfig(level=logging.DEBUG)
 | 
					LOG = logging.getLogger(__name__)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if __name__ == '__main__':
 | 
					if __name__ == '__main__':
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user