Package Archetypes :: Module debug
[show private | hide private]
[frames | no frames]

Module Archetypes.debug

Classes
ClassLog  
Log  
NullLog  
SafeFileWrapper  
ZLogger  
ZPTLogger  

Variable Summary
dict COLORS = {'blue': '\x1b[00m\x1b[01;34m', 'green': '\x1b[...
instancemethod log = Archetypes.debug.ZLogger.log
instancemethod log_exc = Archetypes.debug.ZLogger.log_exc
str norm = '\x1b[00m'
instancemethod zlog = Archetypes.debug.ZLogger.log
ClassLog _default_logger = <Archetypes.debug.ClassLog instance at...
ZLogger _zlogger = <Archetypes.debug.ZLogger instance at 0xb4aad...

Variable Details

COLORS

Type:
dict
Value:
{'blue': '\x1b[00m\x1b[01;34m',
 'cyan': '\x1b[00m\x1b[01;36m',
 'green': '\x1b[00m\x1b[01;32m',
 'magenta': '\x1b[00m\x1b[01;35m',
 'norm': '\x1b[00m',
 'red': '\x1b[00m\x1b[01;31m'}                                         

norm

Type:
str
Value:
'\x1b[00m'                                                             

_default_logger

Type:
ClassLog
Value:
<Archetypes.debug.ClassLog instance at 0xb4aadd6c>                     

_zlogger

Type:
ZLogger
Value:
<Archetypes.debug.ZLogger instance at 0xb4aadb6c>                      

Generated by Epydoc 2.1 on Wed Nov 30 03:58:26 2005 http://epydoc.sf.net