Package 

Class SystemOutHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit publish(LogRecord record)
      • Methods inherited from class com.hexagonkt.core.logging.jul.SystemOutHandler

        close, flush, isLoggable, setEncoding, setOutputStream, setOutputStreamPrivileged
      • Methods inherited from class java.util.logging.StreamHandler

        checkPermission, getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
      • Methods inherited from class java.lang.Object

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

      • SystemOutHandler

        SystemOutHandler(Formatter handlerFormatter)
        Parameters:
        handlerFormatter - Formatter used by the log handler.