public interface LogContext
LogContext
represents a context with basic logging functionality.Modifier and Type | Method and Description |
---|---|
void |
log(java.lang.String message)
This method uses log4j to log an info message into the log-files of the server
|
void |
logError(java.lang.String message,
java.lang.Exception ex)
This method uses log4j to log an error into the log-files of the server.
|
void |
logWarn(java.lang.String message)
This method uses log4j to log a warning message into the log-files of the server
|
void log(java.lang.String message)
message
- void logWarn(java.lang.String message)
message
- void logError(java.lang.String message, java.lang.Exception ex)
message
- ex
- Copyright © 2024. All rights reserved.