defaultLogFunctionf

This template provides the global printf-style log functions with the LogLevel is encoded in the function name.

The aliases following this template create the public names of the log functions.

template defaultLogFunctionf(LogLevel ll)
void
defaultLogFunctionf
(
int line = __LINE__
string file = __FILE__
string funcName = __FUNCTION__
string prettyFuncName = __PRETTY_FUNCTION__
string moduleName = __MODULE__
A...
)
(
lazy string msg
,
lazy A args
)

Meta

Suggestion Box / Bug Report