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