public interface Logger
Interface aller Log-Objekte, die durch eine konkrete LoggerFactory
zur Verfügung gestellt werden.
Modifier and Type | Interface and Description |
---|---|
static class |
Logger.Level |
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 cause) |
void |
error(String cause,
Exception e) |
void |
error(String format,
Object... args) |
void |
fatal(Object cause) |
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) |
void |
info(Object o) |
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) |
void finer(Object o)
void debug(Object o)
void warn(Object o)
void info(Object o)
void error(Object cause)
void fatal(Object cause)
void setLevel(Logger.Level level)
void setOutput(OutputStream out)
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.