HWRF  trunk@4391
Public Member Functions | List of all members
produtil.log.ThreadLogger Class Reference

Custom logging.Logger that inserts thread information. More...

Detailed Description

Custom logging.Logger that inserts thread information.

Definition at line 33 of file log.py.

Inheritance diagram for produtil.log.ThreadLogger:

Public Member Functions

def makeRecord (self, name, lvl, fn, lno, msg, args, kwargs)
 Replaces the logging.Logger.makeRecord() with a new implementation that inserts thread information from threading.current_thread() More...
 

Member Function Documentation

def produtil.log.ThreadLogger.makeRecord (   self,
  name,
  lvl,
  fn,
  lno,
  msg,
  args,
  kwargs 
)

Replaces the logging.Logger.makeRecord() with a new implementation that inserts thread information from threading.current_thread()

Parameters
name,lvl,fn,lno,msg,args,kwargsLog message information. See the Python logging module documentation for details.

Definition at line 35 of file log.py.


The documentation for this class was generated from the following file: