Interface ManagedLoggingSystem

  • All Superinterfaces:
    io.micronaut.logging.LoggingSystem
    All Known Implementing Classes:
    Log4jLoggingSystem, LogbackLoggingSystem

    public interface ManagedLoggingSystem
    extends io.micronaut.logging.LoggingSystem
    Abstraction for a logging system.
    Since:
    1.0
    • Method Detail

      • getLogger

        @NonNull
        LoggerConfiguration getLogger​(@NotBlank
                                      @NotBlank java.lang.String name)
        Returns a LoggerConfiguration for the logger found by name (or created if not found).
        Parameters:
        name - the logger name
        Returns:
        the logger configuration