RestrictedLogger
A Logger that logs only when the LogLevel is allowed by its RestrictedLogLevel
Parameters
The RestrictedLogLevel to limit the LogLevel allowed
The Logger to actually log.
Functions
Writes log with DEBUG log level and empty tag.
Log exception with DEBUG log level and empty tag.
Writes log with DEBUG log level and provided tag.
Log exception with DEBUG log level and provided tag.
Writes log with DEBUG log level and empty tag.
Log exception with DEBUG log level and empty tag.
Writes log with DEBUG log level and provided tag.
Log exception with DEBUG log level and provided tag.
Writes log with ERROR log level and empty tag.
Log exception with ERROR log level and empty tag.
Writes log with ERROR log level and provided tag.
Log exception with ERROR log level and provided tag.
Writes log with ERROR log level and empty tag.
Log exception with ERROR log level and empty tag.
Writes log with ERROR log level and provided tag.
Log exception with ERROR log level and provided tag.
Writes log with INFO log level and empty tag.
Log exception with INFO log level and empty tag.
Writes log with INFO log level and provided tag.
Log exception with INFO log level and provided tag.
Writes log with INFO log level and empty tag.
Log exception with INFO log level and empty tag.
Writes log with INFO log level and provided tag.
Log exception with INFO log level and provided tag.
Writes log with WARN log level and empty tag.
Log exception with WARN log level and empty tag.
Writes log with WARN log level and provided tag.
Log exception with WARN log level and provided tag.
Writes log with WARN log level and empty tag.
Log exception with WARN log level and empty tag.
Writes log with WARN log level and provided tag.
Log exception with WARN log level and provided tag.