AndroidLogger

Undocumented in source.

Constructors

this
this(bool withColors)
Undocumented in source.

Members

Aliases

fg
alias fg = StringWithForeground!(AnsiColor)
Undocumented in source.

Functions

writeLogMsg
void writeLogMsg(LogEntry payload)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

tid2string
string tid2string(Tid id)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

logLevel2Fg
fg[LogLevel] logLevel2Fg;
Undocumented in source.
logLevel2String
string[LogLevel] logLevel2String;
Undocumented in source.
withColors
bool withColors;
Undocumented in source.

Meta