Bases: logging.Handler
This logging handler sends events to cloudfusion.mylogging.db_logging_thread.
Parameters: | db_identifier – identifier from cloudfusion.mylogging.db_logging_thread.get_logging_db_identifier() |
---|
Emit a record.
Writes the LogRecord to the database.
Created on May 7, 2013
@author: joe
Bases: logging.Handler
Logging handler doing nothing (if python 2.6 is used this handler is not available by default).
Initializes the instance - basically setting the formatter to None and the filter list to empty.
Created on Jul 29, 2013
@author: joe
Get and delete next record from database. :returns: next record from database or None
Get a database logging handler to log to the database logging thread. Only call this method after calling start() once.
Returns: | identifier of the database in use for cloudfusion.mylogging.db_handler.DBHandler |
---|
Start processing records in a background thread.