nxt.logging

Undocumented in source.

Members

Enums

LogLevel
enum LogLevel

Log level copied from std.logger.core.LogLevel.

Functions

critical
void critical(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
fatal
void fatal(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
trace
void trace(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
warning
void warning(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

defaultLogLevel
enum defaultLogLevel;
Undocumented in source.

Meta