Logger.write

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