Modifier and Type | Method and Description |
---|---|
void |
error(Throwable ex,
String format,
Object... args)
Logs an exception to the held
Logger at Level.SEVERE |
Logging.LoggingFacade |
here()
Sets a prefix in the
Logging.LoggingFacade for the current context
from which the Logger is called |
void |
print(Level level,
String format,
Object... args)
Prints a statement to the held
Logger |
void |
print(String format,
Object... args)
Prints a statement to the held
Logger at Level.INFO |
public void print(String format, Object... args)
Logger
at Level.INFO
format
- The formatting stringargs
- The formatting argumentspublic void print(Level level, String format, Object... args)
Logger
level
- The Level
to print atformat
- The formatting stringargs
- The formatting argumentspublic void error(Throwable ex, String format, Object... args)
Logger
at Level.SEVERE
ex
- The Throwable
to printformat
- The formatting stringargs
- The formatting argumentspublic Logging.LoggingFacade here()
Logging.LoggingFacade
for the current context
from which the Logger
is calledLogging.LoggingFacade
Copyright © 2015. All rights reserved.