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,
Object... params) |
void |
log(LogType type,
Composite composite,
String category,
String message,
Object param1) |
void |
log(LogType type,
Composite composite,
String category,
String message,
Object param1,
Object param2) |