|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.policyserver.smapi.APIContext
com.netegrity.policyserver.smapi.APIContextLogger
public class APIContextLogger
This class is a wrapper for the SmLogger class from common/smerrlog-java, which provides logging and tracing access to the common C++ logging facility.
| Field Summary |
|---|
| Fields inherited from class com.netegrity.policyserver.smapi.APIContext |
|---|
SM_API_VERSION_V3, SM_API_VERSION_V4, SM_API_VERSION_V4_1 |
| Method Summary | |
|---|---|
void |
error(java.lang.String sFName,
java.lang.String sMsg)
Logs an error message from a customer plugin. |
void |
log(java.lang.String sFName,
java.lang.String sMsg)
Logs an info or error message from a customer plugin. |
void |
trace(java.lang.String sFName,
java.lang.String sFuncName,
java.lang.String sMsg)
Logs a trace message from a customer plugin. |
| Methods inherited from class com.netegrity.policyserver.smapi.APIContext |
|---|
error, getAppSpecificContext, getAttrMap, getVersion, log, trace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void log(java.lang.String sFName,
java.lang.String sMsg)
sFName - the file name which is logging this message.sMsg - the message to be logged.
public void trace(java.lang.String sFName,
java.lang.String sFuncName,
java.lang.String sMsg)
sFName - the file name which is logging this message.sFuncName - the name of the function logging this message.sMsg - the message to be logged.
public void error(java.lang.String sFName,
java.lang.String sMsg)
sFName - the file name which is logging this message.sMsg - the message to be logged.
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||