DloggLogger

Light wrapper around the Dlogg logger.

Constructors

this
this(string filePath, StrictLogger.Mode mode)
Undocumented in source.

Members

Functions

finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
logDebug
void logDebug(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
logError
void logError(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
logInfo
void logInfo(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
logWarning
void logWarning(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
minLogLevel
DaemonLogLevel minLogLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
minLogLevel
void minLogLevel(DaemonLogLevel level)
Undocumented in source. Be warned that the author may not have intended to support it.
minOutputLevel
DaemonLogLevel minOutputLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
minOutputLevel
void minOutputLevel(DaemonLogLevel level)
Undocumented in source. Be warned that the author may not have intended to support it.
reload
void reload()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IDaemonLogger

logDebug
void logDebug(string message)
Undocumented in source.
logInfo
void logInfo(string message)
Undocumented in source.
logWarning
void logWarning(string message)
Undocumented in source.
logError
void logError(string message)
Undocumented in source.
minLogLevel
DaemonLogLevel minLogLevel()
Undocumented in source.
minLogLevel
void minLogLevel(DaemonLogLevel level)
Undocumented in source.
minOutputLevel
DaemonLogLevel minOutputLevel()
Undocumented in source.
minOutputLevel
void minOutputLevel(DaemonLogLevel level)
Undocumented in source.
finalize
void finalize()
Undocumented in source.
reload
void reload()
Undocumented in source.

Meta