public class StandardLogConcern extends Object implements StandardLog
| Constructor and Description |
|---|
StandardLogConcern() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(LogType type,
String category,
String message) |
void |
log(LogType type,
String category,
String message,
Serializable... params) |
void |
log(LogType type,
String category,
String message,
Serializable param1) |
void |
log(LogType type,
String category,
String message,
Serializable param1,
Serializable param2) |
public void log(LogType type, String category, String message)
log in interface StandardLogpublic void log(LogType type, String category, String message, Serializable param1)
log in interface StandardLogpublic void log(LogType type, String category, String message, Serializable param1, Serializable param2)
log in interface StandardLogpublic void log(LogType type, String category, String message, Serializable... params)
log in interface StandardLog