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