Interface ErrorLog
public interface ErrorLog
Represents a log entry for HTTP server errors.
Implementations of this interface define how the error information is logged.
- Since:
- 1.2.6
- Author:
- raccoonback, Violeta Georgieva
-
Method Summary
-
Method Details
-
create
Creates a defaultErrorLogwith the given log format and arguments.- Parameters:
logFormat- the log format stringargs- the list of arguments- Returns:
- a new
DefaultErrorLog - See Also:
-
log
void log()Logs the error information.
-