mxcubeweb.logging_handler#

Classes

class mxcubeweb.logging_handler.MX3LoggingHandler(server)[source]#

Bases: BufferingHandler

emit(record)[source]#

Emit a record.

Append the record. If shouldFlush() tells us to, call flush() to process the buffer.