lsst.log  13.0-2-g15de9a1+4
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | List of all members
lsst.log.log.logContinued.LogHandler Class Reference
Inheritance diagram for lsst.log.log.logContinued.LogHandler:

Public Member Functions

def __init__
 
def __del__
 
def close
 
def handle
 
def emit
 
def translateLevel
 

Public Attributes

 context
 

Detailed Description

Handler for Python logging module that emits to LSST logging.

Definition at line 236 of file logContinued.py.

Constructor & Destructor Documentation

def lsst.log.log.logContinued.LogHandler.__init__ (   self,
  name = None,
  level = None 
)

Definition at line 239 of file logContinued.py.

def lsst.log.log.logContinued.LogHandler.__del__ (   self)

Definition at line 244 of file logContinued.py.

Member Function Documentation

def lsst.log.log.logContinued.LogHandler.close (   self)

Definition at line 247 of file logContinued.py.

def lsst.log.log.logContinued.LogHandler.emit (   self,
  record 
)

Definition at line 257 of file logContinued.py.

def lsst.log.log.logContinued.LogHandler.handle (   self,
  record 
)

Definition at line 253 of file logContinued.py.

def lsst.log.log.logContinued.LogHandler.translateLevel (   self,
  levelno 
)
Translates from standard python logging module levels
to standard log4cxx levels.

Definition at line 263 of file logContinued.py.

Member Data Documentation

lsst.log.log.logContinued.LogHandler.context

Definition at line 240 of file logContinued.py.


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