@ParametersAreNonnullByDefault public interface LogConfig
Modifier and Type | Method and Description |
---|---|
default LogConfig |
add(String category,
LogHandler handler) |
LogConfig |
add(String category,
LogHandler handler,
ToIntFunction<List<LogHandler>> whereTo) |
LogConsumer |
getLogConsumer(String category,
Level level) |
default Level |
minRootLevel() |
LogConfig |
remove(String category,
LogHandler handler) |
@Nullable LogConsumer getLogConsumer(String category, Level level)
LogConfig add(String category, LogHandler handler, ToIntFunction<List<LogHandler>> whereTo)
default LogConfig add(String category, LogHandler handler)
LogConfig remove(String category, LogHandler handler)
default Level minRootLevel()
Copyright © 2021 SPF4J. All rights reserved.