public interface Diagnostics
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
void |
logError(String module,
double millis,
String errMsg) |
void |
logEvent(String moduleName,
String subSystem,
String eventGroup,
double millis,
String type) |
void |
logRpc(String type,
String id,
double millis) |
void |
logRpc(String type,
String id,
double millis,
String method) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.