public interface ManagedLoggingSystem extends LoggingSystem
| Modifier and Type | Method and Description | 
|---|---|
LoggerConfiguration | 
getLogger(@NotBlank java.lang.String name)
Returns a  
LoggerConfiguration for the logger found by name (or created if not found). | 
java.util.Collection<LoggerConfiguration> | 
getLoggers()
Returns all existing loggers. 
 | 
setLogLevel@NonNull java.util.Collection<LoggerConfiguration> getLoggers()
Collection of LoggerConfiguration instances for all existing loggers@NonNull LoggerConfiguration getLogger(@NotBlank @NotBlank java.lang.String name)
LoggerConfiguration for the logger found by name (or created if not found).name - the logger name