is Loggable
Delegates loggability checks to Log.isLoggable using the mapped Android priority.
Return
true if Android allows logging at this level, false otherwise.
Parameters
tag
Optional tag, can be null (Android will use "null").
level
The logging level.
For Apple platforms, all log levels are considered loggable by default.
Return
Always true.
Returns whether a log entry should be emitted on the current platform.
Return
true if the message should be logged, false otherwise.
Parameters
tag
The tag associated with the log message.
level
The severity Lumber.Level.
For JS, all log levels are considered loggable by default.
Return
Always true.
For the JVM implementation, all log levels are considered loggable by default.
Return
Always true.
For WasmJS, all log levels are considered loggable by default.
Return
Always true.