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