Package rosgraph :: Module roslogging :: Class RospyLogger
[frames] | no frames]

Class RospyLogger

source code

      object --+        
               |        
logging.Filterer --+    
                   |    
      logging.Logger --+
                       |
                      RospyLogger

Instance Methods
 
findCaller(self, *args, **kwargs)
Find the stack frame of the caller so that we can note the source file name, line number, and function name with class name if possible.
source code

Inherited from logging.Logger: __init__, addHandler, callHandlers, critical, debug, error, exception, fatal, getChild, getEffectiveLevel, handle, info, isEnabledFor, log, makeRecord, removeHandler, setLevel, warn, warning

Inherited from logging.Filterer: addFilter, filter, removeFilter

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from logging.Logger: manager, root

Properties

Inherited from object: __class__

Method Details

findCaller(self, *args, **kwargs)

source code 

Find the stack frame of the caller so that we can note the source file name, line number, and function name with class name if possible.

Overrides: logging.Logger.findCaller