public interface Logger
Modifier and Type | Method and Description |
---|---|
LogLevel |
getLevel()
Gets the level that will be logged via this logger.
|
void |
log(LogLevel level,
LogDomain domain,
String message)
Performs the actual logging logic
|
@NonNull LogLevel getLevel()