Go to the source code of this file.
Namespaces | |
| namespace | slimpy_base.utils.Logger |
Classes | |
| class | _Log |
| log object is used by all of slimpy to coordinate output suggested use: alog = log() print >>alog, "logging somthing" to print unconditionally or: print >>alog(3), "logging somthing" to print only of verbosity is above 3 More... | |
Variables | |
| string | __copyright__ |
| see log class | |
| string | __license__ |
| tuple | NULLOUT = open( devnull, 'w' ) |
| _log = _Log | |
1.5.6