Home | Trees | Indices | Help |
|
---|
|
Logger for debugging purposes.
Expands SetLogger with ability to print some interesting information (named Metric... XXX) about current process at each debug printout
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
_known_metrics = {'vmem': lambda: parseStatus(field= 'VmSize')
|
|||
offsetbydepth = property(fget= lambda x: x._offsetbydepth, fse
|
|||
metrics = property(fget= lambda x: x.__metrics, fset= register
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize the logger with a set of handlers to use for output Each hanlder must have write() method implemented
|
Register some metric to report func can be either a function call or a string which should correspond to known metrics |
Write msg It appends a newline since most commonly each call is a separate message
|
|
_known_metrics
|
offsetbydepth
|
metrics
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:16 2012 | http://epydoc.sourceforge.net |