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,
Object... params) |
void |
log(LogType type,
String category,
String message,
Object param1) |
void |
log(LogType type,
String category,
String message,
Object param1,
Object param2) |
public void log(LogType type, String category, String message)
log in interface StandardLogpublic void log(LogType type, String category, String message, Object param1)
log in interface StandardLogpublic void log(LogType type, String category, String message, Object param1, Object param2)
log in interface StandardLog