custom
Create custom combination of log levels.
Example:
val customLogs = LogLevel.custom(
Level.ERROR,
Level.WARN,
Level.EVENT
)Content copied to clipboard
Create custom combination of log levels.
Example:
val customLogs = LogLevel.custom(
Level.ERROR,
Level.WARN,
Level.EVENT
)