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.LogContext Class Reference
Inheritance diagram for lsst.log.log.logContinued.LogContext:

Public Member Functions

def __init__
 
def __enter__
 
def __exit__
 
def __del__
 
def open
 
def close
 
def setLevel
 
def getLevel
 
def isEnabledFor
 

Public Attributes

 name
 
 level
 

Detailed Description

Context manager for logging.

Definition at line 198 of file logContinued.py.

Constructor & Destructor Documentation

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

Definition at line 201 of file logContinued.py.

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

Definition at line 212 of file logContinued.py.

Member Function Documentation

def lsst.log.log.logContinued.LogContext.__enter__ (   self)

Definition at line 205 of file logContinued.py.

def lsst.log.log.logContinued.LogContext.__exit__ (   self,
  type,
  value,
  traceback 
)

Definition at line 209 of file logContinued.py.

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

Definition at line 221 of file logContinued.py.

def lsst.log.log.logContinued.LogContext.getLevel (   self)

Definition at line 229 of file logContinued.py.

def lsst.log.log.logContinued.LogContext.isEnabledFor (   self,
  level 
)

Definition at line 232 of file logContinued.py.

def lsst.log.log.logContinued.LogContext.open (   self)

Definition at line 215 of file logContinued.py.

def lsst.log.log.logContinued.LogContext.setLevel (   self,
  level 
)

Definition at line 226 of file logContinued.py.

Member Data Documentation

lsst.log.log.logContinued.LogContext.level

Definition at line 203 of file logContinued.py.

lsst.log.log.logContinued.LogContext.name

Definition at line 202 of file logContinued.py.


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