| Home | Trees | Indices | Help |
|---|
|
|
1 import sys, logging 2 from wsgilog import WsgiLog 3 import config 4177 WsgiLog.__init__( 8 self, 9 application, 10 tostream = True, # Log to stdout too 11 tofile = True, 12 toprint = True, 13 file = config.log_file, 14 interval = config.log_interval, 15 backups = config.log_backups 16 )
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 4 09:57:32 2010 | http://epydoc.sourceforge.net |