public class LogUtil extends Object
LogUtil
class defines methods which are used by
Liberty compoment to write logs.Modifier and Type | Field and Description |
---|---|
static String |
AS_ABORT
Authentication Service Abort msgid.
|
static String |
AS_CONTINUE
Authentication Service Continue msgid.
|
static String |
AS_OK
Authentication Service OK msgid.
|
static String |
DS_LOOKUP_FAILURE
Discovery Service Lookup Failure msgid.
|
static String |
DS_LOOKUP_SUCCESS
Discovery Service Lookup Success msgid.
|
static String |
DS_UPDATE_FAILURE
Discovery Service Update Failure msgid.
|
static String |
DS_UPDATE_SUCCESS
Discovery Service Update Success msgid.
|
static String |
IS_COLLECTED_RESPONSE_FROM_USER_AGENT
Interaction service collected response from user agent.
|
static String |
IS_PRESENTED_QUERY_TO_USER_AGENT
InteractionService presented query page to user agent.
|
static String |
IS_REDIRECTED_USER_AGENT
IneractionManager redirected user agent to interaction service.
|
static String |
IS_REDIRECTED_USER_AGENT_BACK
IneractionManager redirected user agent back to SP.
|
static String |
IS_RESENDING_MESSAGE
IneractionManager resending message to SP.
|
static String |
IS_RETURNING_RESPONSE_ELEMENT
Interaction service returning response element.
|
static String |
IS_RETURNING_RESPONSE_MESSAGE
IneractionManager returning response message.
|
static String |
IS_SENDING_MESSAGE
IneractionManager sending message to SP.
|
static String |
PP_INTERACTION_FAILURE
PP Interaction Failure msgid.
|
static String |
PP_INTERACTION_SUCCESS
PP Interaction Success msgid.
|
static String |
PP_MODIFY_FAILURE
PP Modify Failure msgid.
|
static String |
PP_MODIFY_SUCCESS
PP Modify Failure msgid.
|
static String |
PP_QUERY_FAILURE
PP Query Failure msgid.
|
static String |
PP_QUERY_SUCCESS
PP Query Success msgid.
|
static String |
WS_FAILURE
Failure msgid.
|
static String |
WS_SUCCESS
Success msgid.
|
Constructor and Description |
---|
LogUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
access(Level level,
String msgid,
String[] data)
Writes access to Liberty components to a log (amLiberty.access).
|
static void |
error(Level level,
String msgid,
String[] data)
Writes error occurred in Liberty components to a log (amLiberty.error).
|
static boolean |
isLogEnabled()
Checks if the log is enabled.
|
public static final String WS_SUCCESS
public static final String WS_FAILURE
public static final String AS_OK
public static final String AS_CONTINUE
public static final String AS_ABORT
public static final String PP_QUERY_SUCCESS
public static final String PP_QUERY_FAILURE
public static final String PP_MODIFY_SUCCESS
public static final String PP_MODIFY_FAILURE
public static final String PP_INTERACTION_SUCCESS
public static final String PP_INTERACTION_FAILURE
public static final String DS_LOOKUP_SUCCESS
public static final String DS_LOOKUP_FAILURE
public static final String DS_UPDATE_SUCCESS
public static final String DS_UPDATE_FAILURE
public static final String IS_SENDING_MESSAGE
public static final String IS_RESENDING_MESSAGE
public static final String IS_RETURNING_RESPONSE_MESSAGE
public static final String IS_REDIRECTED_USER_AGENT
public static final String IS_REDIRECTED_USER_AGENT_BACK
public static final String IS_PRESENTED_QUERY_TO_USER_AGENT
public static final String IS_COLLECTED_RESPONSE_FROM_USER_AGENT
public static final String IS_RETURNING_RESPONSE_ELEMENT
public static void access(Level level, String msgid, String[] data)
level
- java.util.logging.Level indicating log levelmsgid
- Message iddata
- Message to be logged.public static void error(Level level, String msgid, String[] data)
level
- java.util.logging.Level indicating log levelmsgid
- Message iddata
- Message to be logged.public static boolean isLogEnabled()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.