Package org.jrd.agent
Class AgentLogger
- java.lang.Object
-
- org.jrd.agent.AgentLogger
-
public class AgentLogger extends java.lang.ObjectClass for logging exceptions in the Agent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classAgentLogger.AgentLoggerHolder
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringNULL_OBJECT_MESSAGE
-
Constructor Summary
Constructors Constructor Description AgentLogger()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringclassLoaderId(java.lang.ClassLoader cl)static AgentLoggergetLogger()voidlog(java.lang.Object o)
-
-
-
Field Detail
-
NULL_OBJECT_MESSAGE
private static final java.lang.String NULL_OBJECT_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLogger
public static AgentLogger getLogger()
-
log
public void log(java.lang.Object o)
-
classLoaderId
public static java.lang.String classLoaderId(java.lang.ClassLoader cl)
-
-