Class Handlers.Console

java.lang.Object
java.util.logging.Handler
java.util.logging.StreamHandler
java.util.logging.ConsoleHandler
com.qwazr.server.logs.Handlers.Console
Enclosing interface:
Handlers

public static class Handlers.Console
extends java.util.logging.ConsoleHandler
  • Constructor Summary

    Constructors 
    Constructor Description
    Console()  
  • Method Summary

    Methods inherited from class java.util.logging.ConsoleHandler

    close, publish

    Methods inherited from class java.util.logging.StreamHandler

    flush, isLoggable, setEncoding, setOutputStream

    Methods inherited from class java.util.logging.Handler

    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 Details