StyledBufferedLogger

Class-wrapper around strict logger. All strings are written down only after finalizing the wrapper. Usually you want to use alias for standart style BufferedLogger.

synchronized
class StyledBufferedLogger : StyledStrictLogger!(StyleEnum, US)(
StyleEnum
US...
) {}

Constructors

this
this(ILogger delayLogger)
Undocumented in source.

Members

Functions

finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
rawInput
void rawInput(string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta