@Indexed(value=LoggingSystem.class) public interface LoggingSystem
| Modifier and Type | Method and Description | 
|---|---|
void | 
setLogLevel(@NotBlank String name,
           @NotNull LogLevel level)
Set the log level for the logger found by name (or created if not found). 
 |