public interface ErrorLog
Modifier and Type | Method and Description |
---|---|
static ErrorLog |
create(String logFormat,
Object... args)
Creates a default
ErrorLog with the given log format and arguments. |
void |
log()
Logs the error information.
|
static ErrorLog create(String logFormat, Object... args)
ErrorLog
with the given log format and arguments.logFormat
- the log format stringargs
- the list of argumentsDefaultErrorLog
DefaultErrorLog
void log()