public interface ILog
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
INFO |
static int |
WARN |
Modifier and Type | Method and Description |
---|---|
org.eclipse.hyades.test.common.agent.ComptestAgent |
getLogAgent() |
org.eclipse.hyades.test.common.agent.ComptestAgent |
getStatAgent() |
void |
log(int level,
Object msg,
String caller)
Log an informational message at a specific log level.
|
void |
setLogAgent(org.eclipse.hyades.test.common.agent.ComptestAgent logAgent) |
void |
setStatAgent(org.eclipse.hyades.test.common.agent.ComptestAgent statAgent) |
boolean |
writeStatEvent(String stat) |
void log(int level, Object msg, String caller)
level
- The log levelmsg
- The object to logcaller
- The name of the calling classvoid setStatAgent(org.eclipse.hyades.test.common.agent.ComptestAgent statAgent)
void setLogAgent(org.eclipse.hyades.test.common.agent.ComptestAgent logAgent)
org.eclipse.hyades.test.common.agent.ComptestAgent getStatAgent()
org.eclipse.hyades.test.common.agent.ComptestAgent getLogAgent()
boolean writeStatEvent(String stat)
© Copyright IBM Corp. 2013. All rights reserved.