log | index /home/gl/pylink/log.py |
log.py - PyLink logging module.
This module contains the logging portion of the PyLink framework. Plugins can
access the global logger object by importing "log" from this module
(from log import log).
Modules | ||||||
|
Data | ||
conf = {'bot': {'loglevel': 'CRITICAL', 'nick': 'PyLink', 'realname': 'PyLink Service Client', 'serverdesc': 'PyLink unit tests', 'user': 'pylink'}, 'servers': defaultdict(<function <lambda> at 0x7f9f56d40bf8>, {})} confname = 'testconf' curdir = '/home/gl/pylink' level = 50 log = <logging.RootLogger object> logdir = '/home/gl/pylink/log' logfile = <logging.FileHandler object> logformat = <logging.Formatter object> |