Class JulLoggingAdapter

  • All Implemented Interfaces:
    com.hexagonkt.core.logging.LoggingPort

    
    public final class JulLoggingAdapter
     implements LoggingPort
                        

    Implements LoggingPort using Logger.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JulLoggingAdapter(Boolean messageOnly, PrintStream stream)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit setLoggerLevel(String name, LoggingLevel level)
      LoggerPort createLogger(String name)
      Boolean isLoggerLevelEnabled(String name, LoggingLevel level)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JulLoggingAdapter

        JulLoggingAdapter(Boolean messageOnly, PrintStream stream)