public abstract class LoggingServiceMixin extends Object implements LoggingService
| Constructor and Description |
|---|
LoggingServiceMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(LogType type,
Composite composite,
String category,
String message) |
void |
log(LogType type,
Composite composite,
String category,
String message,
Serializable... params) |
void |
log(LogType type,
Composite composite,
String category,
String message,
Serializable param1) |
void |
log(LogType type,
Composite composite,
String category,
String message,
Serializable param1,
Serializable param2) |
public void log(LogType type, Composite composite, String category, String message, Serializable param1)
public void log(LogType type, Composite composite, String category, String message, Serializable param1, Serializable param2)
public void log(LogType type, Composite composite, String category, String message, Serializable... params)
log in interface LoggingService