Commit dea40dd3 authored by Chris McDonough's avatar Chris McDonough

Enable the export of "log_time"

parent 6cbf557d
...@@ -157,7 +157,7 @@ There is a default stupid logging facility that: ...@@ -157,7 +157,7 @@ There is a default stupid logging facility that:
can be overridden with the environment variable STUPID_LOG_SEVERITY can be overridden with the environment variable STUPID_LOG_SEVERITY
""" """
__version__='$Revision: 1.2 $'[11:-2] __version__='$Revision: 1.3 $'[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
...@@ -213,4 +213,4 @@ def register_subsystem(subsystem): ...@@ -213,4 +213,4 @@ def register_subsystem(subsystem):
# Most apps interested in logging only want the names below. # Most apps interested in logging only want the names below.
__all__ = ['LOG', 'TRACE', 'DEBUG', 'BLATHER', 'INFO', 'PROBLEM', __all__ = ['LOG', 'TRACE', 'DEBUG', 'BLATHER', 'INFO', 'PROBLEM',
'WARNING', 'ERROR', 'PANIC',] 'WARNING', 'ERROR', 'PANIC', 'log_time']
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