@Indexed(value=LoggingSystem.class) public interface LoggingSystem
Modifier and Type | Method and Description |
---|---|
default void |
refresh()
Refreshes Logging System with the goal of cleaning its internal caches.
|
void |
setLogLevel(@NotBlank String name,
@NotNull LogLevel level)
Set the log level for the logger found by name (or created if not found).
|
void setLogLevel(@NotBlank @NotBlank String name, @NotNull @NotNull LogLevel level)
name
- the logger namelevel
- the log level to set on the named loggerdefault void refresh()