A simple logging utility class that assists with logging messages by only created a formatted message string if the
given log level is enabled and there is at least 1 message argument, and only invoking the actual log method if the
given level is enabled.