Commit 10a0601b authored by Jeremy Hylton's avatar Jeremy Hylton

Import initialize() from MinimalLogger.

parent 083f5e78
...@@ -86,10 +86,10 @@ There is a default event logging facility that: ...@@ -86,10 +86,10 @@ There is a default event logging facility that:
can be overridden with the environment variable EVENT_LOG_SEVERITY can be overridden with the environment variable EVENT_LOG_SEVERITY
""" """
__version__='$Revision: 1.6 $'[11:-2] __version__='$Revision: 1.7 $'[11:-2]
from MinimalLogger import log_write, log_time, severity_string, \ from MinimalLogger import log_write, log_time, severity_string, \
_set_log_dest _set_log_dest, initialize
from FormatException import format_exception from FormatException import format_exception
# Standard severities # Standard severities
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment