Logger.fatal

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

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

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

class Logger
alias fatal = memLogFunctions!(LogLevel.fatal).logImpl

Meta