LoggerService

LoggerTask Struct represents LoggerService which handles logs and provides passing them to LogSubscriptionService

Members

Functions

formatLog
const(string) formatLog(LogLevel level, string task_name, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
task
void task()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

options
immutable(LoggerServiceOptions) options;
Undocumented in source.

Meta