|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAF2SysLogger
public class AF2SysLogger
A wrapper class for the SysLogger class to provide standard AF2 syslogging functionality.
Field Summary | |
---|---|
private static AF2SysLogger |
_instance
|
private SysLogger |
thisSysLogger
|
Constructor Summary | |
---|---|
AF2SysLogger()
|
Method Summary | |
---|---|
private java.lang.String |
getStackTrace()
|
static AF2SysLogger |
instance()
The instance class method |
void |
sysLog()
Log the current class, method and line number |
void |
sysLog(java.lang.Object theObject,
java.lang.String sev,
java.lang.Exception theException)
Log a message to syslog |
void |
sysLog(java.lang.Object theObject,
java.lang.String sev,
java.lang.String msg)
Log a message to syslog |
void |
sysLog(java.lang.String sev,
java.lang.String msg)
Log a message to syslog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static AF2SysLogger _instance
private SysLogger thisSysLogger
Constructor Detail |
---|
public AF2SysLogger()
Method Detail |
---|
public static AF2SysLogger instance()
public void sysLog(java.lang.Object theObject, java.lang.String sev, java.lang.String msg)
theObject
- The object logging the messagesev
- The severity of the messagemsg
- The messagepublic void sysLog(java.lang.Object theObject, java.lang.String sev, java.lang.Exception theException)
theObject
- The object logging the messagesev
- The severity of the messagetheException
- The exception to be loggedpublic void sysLog()
public void sysLog(java.lang.String sev, java.lang.String msg)
sev
- The severity of the messagemsg
- The messageprivate java.lang.String getStackTrace()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |