appbase ~master (2021-01-06T11:23:12Z)
Dub
Repo
Logger
appbase
utils
log
file logger.
struct
Logger {
static
void
write
(Args args);
static
void
flush
(bool closeFile);
}
Members
Static functions
flush
void
flush
(bool closeFile)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
(Args args)
write log to file.
Meta
Source
See Implementation
appbase
utils
log
aliases
logger
loggerEx
functions
writelnEx
structs
Logger
LoggerEx
file logger.