Logger.memLogFunctions

This template provides the log functions for the Logger class with the LogLevel encoded in the function name.

For further information see the the two functions defined inside of this template.

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

Members

Functions

logImpl
void logImpl(A args)

This function logs data to the used Logger.

logImpl
void logImpl(bool condition, A args)

This function logs data to the used Logger depending on a condition.

logImplf
void logImplf(bool condition, string msg, A args)

This function logs data to the used Logger in a printf-style manner.

logImplf
void logImplf(string msg, A args)

This function logs data to the used Logger in a printf-style manner.

Meta

Suggestion Box / Bug Report