EventLog
, ServletEventLog
public interface Log
Implementations of this interface can direct the logged
information to the appropriate file or output device. Event logging
is intended for end-user information. In contrast,
Trace
is intended for
debugging information for developers.
Modifier and Type | Method | Description |
---|---|---|
void |
log(String msg) |
Logs a message.
|
void |
log(String msg,
Throwable exception) |
Logs an exception and message.
|
Copyright © 2023. All rights reserved.