StrictLogger.log

Prints message into log. Displaying in the console controlled by minOutputLevel property.

class StrictLogger
nothrow @trusted
void
log
(
lazy string message
,
LoggingLevel level
)

Meta