public interface LoggingSystem
| Modifier and Type | Method and Description | 
|---|---|
LoggerConfiguration | 
getLogger(@NotBlank String name)
Returns a  
LoggerConfiguration for the logger found by name (or created if not found). | 
Collection<LoggerConfiguration> | 
getLoggers()
Returns all existing loggers. 
 | 
void | 
setLogLevel(@NotBlank String name,
           @NotNull LogLevel level)
Set the log level for the logger found by name (or created if not found). 
 | 
Collection<LoggerConfiguration> getLoggers()
Collection of LoggerConfiguration instances for all existing loggersLoggerConfiguration getLogger(@NotBlank @NotBlank String name)
LoggerConfiguration for the logger found by name (or created if not found).name - the logger name