예제 #1
0
 def emit(self, record):
     # take a snapshot of the potentially mutable arguments
     record.msg = record.getMessage()
     record.args = {}
     BufferingHandler.emit(self, record)
예제 #2
0
 def emit(self, record):
     # take a snapshot of the potentially mutable arguments
     record.msg = record.getMessage()
     record.args = {}
     BufferingHandler.emit(self, record)
예제 #3
0
 def emit(self, record):
     BufferingHandler.emit(self, record)