Logger.Level
Modifier and Type | Field and Description |
---|---|
static Level[] |
JLEVEL |
global, GLOBAL_LOGGER_NAME
Modifier and Type | Method and Description |
---|---|
void |
debug(Object o) |
void |
debug(Object o,
Exception e) |
void |
debug(String format,
Object... args) |
void |
error(Object o) |
void |
error(String cause,
Exception e) |
void |
error(String format,
Object... args) |
void |
fatal(Object o) |
void |
fatal(String cause,
Exception e) |
void |
fatal(String format,
Object... args) |
void |
finer(Object o) |
void |
finer(Object o,
Exception e) |
void |
finer(String format,
Object... args) |
static StandardLogger |
getStandardLogger(Class c) |
static StandardLogger |
getStandardLogger(String s) |
void |
info(Object o) |
void |
info(Object o,
Exception e) |
void |
info(String s,
Exception e) |
void |
info(String format,
Object... args) |
void |
setLevel(Logger.Level level) |
void |
setOutput(OutputStream out) |
void |
warn(Object o) |
void |
warn(Object o,
Exception e) |
void |
warn(String format,
Object... args) |
addHandler, config, config, entering, entering, entering, exiting, exiting, fine, fine, finer, finer, finest, finest, getAnonymousLogger, getAnonymousLogger, getFilter, getGlobal, getHandlers, getLevel, getLogger, getLogger, getName, getParent, getResourceBundle, getResourceBundleName, getUseParentHandlers, info, info, isLoggable, log, log, log, log, log, log, log, logp, logp, logp, logp, logp, logp, logrb, logrb, logrb, logrb, logrb, logrb, removeHandler, setFilter, setLevel, setParent, setResourceBundle, setUseParentHandlers, severe, severe, throwing, warning, warning
public static final Level[] JLEVEL
public static StandardLogger getStandardLogger(Class c)
public static StandardLogger getStandardLogger(String s)
public void setLevel(Logger.Level level)
public void setOutput(OutputStream out)
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.