public interface MonitorProxy
| Modifier and Type | Method and Description |
|---|---|
void |
send(org.fabric3.api.annotation.monitor.MonitorLevel level,
long timestamp,
java.lang.String message,
boolean parse,
java.lang.Object... args)
Directly sends the monitor event.
|
void send(org.fabric3.api.annotation.monitor.MonitorLevel level,
long timestamp,
java.lang.String message,
boolean parse,
java.lang.Object... args)
level - the event leveltimestamp - the timestampmessage - the message templateparse - true if the message should be parsed as a template; false if the message should be written without parsing and param substitutionargs - event arguments