| 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.INFOformat - The formatting stringargs - The formatting argumentspublic void print(Level level, String format, Object... args)
Loggerlevel - The Level to print atformat - The formatting stringargs - The formatting argumentspublic void error(Throwable ex, String format, Object... args)
Logger at Level.SEVEREex - 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.LoggingFacadeCopyright © 2017. All rights reserved.