| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
RichLog1
A wrapper for rrlog.Log. It adds functionality (convenience methods) It cannot be wrapped again (Doesn't behave exactly like the wrapped log.)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
wrapped the wrapped log object. |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
REMOVED: The log.log() is removed. Use log(). |
logs message plus a stacktrace (each stack line as a single log message.) Can use the current trace, of the trace of the last exception.
|
logs a dict, each item as a single log msg
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 20 11:46:17 2010 | http://epydoc.sourceforge.net |