|
SiteMinder Java SDK r12.52sp1 |
||||||||
| 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. |
static java.util.ResourceBundle |
getAdminResourceBundle()
Internal use only. |
static java.util.ResourceBundle |
getResourceBundle()
Internal use only. |
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, 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.public static java.util.ResourceBundle getResourceBundle()
public static java.util.ResourceBundle getAdminResourceBundle()
|
Java SDK r12.52sp1 Wed 03/19/2014 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||