Interface LoggingService


public interface LoggingService
  • Method Details

    • getLogger

      @Nonnull ILogger getLogger(@Nonnull String name)
    • getLogger

      @Nonnull ILogger getLogger(@Nonnull Class<?> type)
    • shutdown

      void shutdown()