mixin()
deprecation_warning()
LazyLogMessage
A log message that can be evaluated lazily for improved performance.
Example:
# Formatting of string will not occur unless debug logging enabled. logger.debug(LazyLogMessage( 'Hello {0}', 'world' ))
Initialise with message format string and arguments.