ConsoleLogger

Расширенный консольный логгер, с возможностью управления цветом

Constructors

this
this(LogLevel level, bool isSync)
Undocumented in source.

Members

Aliases

ColorTheme
alias ColorTheme = Tuple!(AnsiColor, AnsiColor)
Undocumented in source.

Functions

beginLine
void beginLine(LogLine msg)
Undocumented in source. Be warned that the author may not have intended to support it.
endLine
void endLine()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

themes
enum themes;
Undocumented in source.

Meta