Berkeley DB Java Edition
version 4.0.71

com.sleepycat.je.util
Class ConsoleHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by java.util.logging.StreamHandler
          extended by java.util.logging.ConsoleHandler
              extended by com.sleepycat.je.util.ConsoleHandler

public class ConsoleHandler
extends ConsoleHandler

JE instances of java.util.logging.Logger are configured to use this implementation of java.util.logging.ConsoleHandler. By default, the handler's level is Level.OFF. To enable the console output, use the standard java.util.logging.LogManager configuration to set the desired level:

 com.sleepycat.je.util.ConsoleHandler.level=ALL
 

See Also:
Replication Guide, Logging, Using JE Trace Logging

Constructor Summary
ConsoleHandler(Formatter formatter)
           
 
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 Detail

ConsoleHandler

public ConsoleHandler(Formatter formatter)

Berkeley DB Java Edition
version 4.0.71

Copyright (c) 2004-2009 Oracle. All rights reserved.