LoggerEx.write

write log to file.

struct LoggerEx
static
void
write
(
string file = __FILE__
size_t line = __LINE__
string funcName = __FUNCTION__
string prettyFuncName = __PRETTY_FUNCTION__
string moduleName = __MODULE__
T = size_t
Args...
)

Meta