| Home | Trees | Indices | Help |
|---|
|
|
|
|||
| AnacondaSyslogHandler | |||
| AnacondaLog | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
DEFAULT_TTY_LEVEL = logging.INFO
|
|||
ENTRY_FORMAT = "%(asctime)s,%(msecs)03d %(levelname)s %(name)s
|
|||
TTY_FORMAT = "%(levelname)s %(name)s: %(message)s"
|
|||
STDOUT_FORMAT = "%(asctime)s %(message)s"
|
|||
DATE_FORMAT = "%H:%M:%S"
|
|||
MAIN_LOG_FILE = "/tmp/anaconda.log"
|
|||
MAIN_LOG_TTY = "/dev/tty3"
|
|||
PROGRAM_LOG_FILE = "/tmp/program.log"
|
|||
STORAGE_LOG_FILE = "/tmp/storage.log"
|
|||
ANACONDA_SYSLOG_FACILITY = SysLogHandler.LOG_LOCAL1
|
|||
logLevelMap = {"debug": logging.DEBUG, "info": logging.INFO, "
|
|||
logger = Nonehash(x) |
|||
|
|||
ENTRY_FORMAT
|
logLevelMap
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 2 14:52:22 2012 | http://epydoc.sourceforge.net |