appbase ~master (2021-01-06T11:23:12Z)
Dub
Repo
Logger.write
appbase
utils
log
Logger
write log to file.
struct
Logger
static
void
write
(
string
file
= __FILE__
size_t
line
= __LINE__
string
funcName
= __FUNCTION__
string
prettyFuncName
= __PRETTY_FUNCTION__
string
moduleName
= __MODULE__
Args
...
)
(
Args
args
)
Meta
Source
See Implementation
appbase
utils
log
Logger
static functions
flush
write
write log to file.