Class ConsoleLogHandler


  • @Deprecated
    public class ConsoleLogHandler
    extends java.util.logging.Handler
    Deprecated.
    This class will be complety removed in 7.0.0
    Log to the console using a basic formatter.
    Author:
    Wouter Zelle
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsoleLogHandler()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()
      Deprecated.
       
      void flush()
      Deprecated.
       
      void publish​(java.util.logging.LogRecord logRecord)
      Deprecated.
       
      • Methods inherited from class java.util.logging.Handler

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

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

      • ConsoleLogHandler

        public ConsoleLogHandler()
        Deprecated.
    • Method Detail

      • publish

        public void publish​(java.util.logging.LogRecord logRecord)
        Deprecated.
        Specified by:
        publish in class java.util.logging.Handler
      • close

        public void close()
                   throws java.lang.SecurityException
        Deprecated.
        Specified by:
        close in class java.util.logging.Handler
        Throws:
        java.lang.SecurityException
      • flush

        public void flush()
        Deprecated.
        Specified by:
        flush in class java.util.logging.Handler