This method logs data with the LogLevel of the used Logger.
This method takes a bool as first argument. In order for the data to be processed the bool must be true and the LogLevel of the Logger must be greater or equal to the global LogLevel.
The data that should be logged.
The condition must be true for the data to be logged.
The data that is to be logged.
The logger used by the logging function as reference.
auto l = new StdioLogger(); l.log(1337);
See Implementation
This method logs data with the LogLevel of the used Logger.
This method takes a bool as first argument. In order for the data to be processed the bool must be true and the LogLevel of the Logger must be greater or equal to the global LogLevel.