public class FileHandler extends FileHandler
Level.INFO
To enable the console output, use the standard
java.util.logging.LogManager configuration to set the desired level:
com.sleepycat.je.util.FileHandler.level=INFO
The default destination for this output is a circular set of files named <environmentHome>/je.info.# The logging file size can be configured with standard java.util.logging.FileHandler configuration.
JE augments the java.util.logging API with a JE environment parameter for setting handler levels. This is described in greater detail in Chapter 12.Administering Berkeley DB Java Edition Applications
Modifier and Type | Field and Description |
---|---|
static boolean |
STIFLE_DEFAULT_ERROR_MANAGER |
Constructor and Description |
---|
FileHandler(String pattern,
int limit,
int count,
Formatter formatter,
com.sleepycat.je.dbi.EnvironmentImpl envImpl) |
close, publish
flush, isLoggable, setEncoding, setOutputStream
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
public FileHandler(String pattern, int limit, int count, Formatter formatter, com.sleepycat.je.dbi.EnvironmentImpl envImpl) throws SecurityException, IOException
SecurityException
IOException
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.