Package | Description |
---|---|
com.sun.identity.plugin.log |
Contains Log SPI.
|
com.sun.identity.plugin.log.impl |
Modifier and Type | Method and Description |
---|---|
void |
Logger.access(Level level,
String messageID,
String[] data,
Object session)
Logs message to the access logs.
|
void |
Logger.access(Level level,
String msgid,
String[] data,
Object session,
Map props)
Writes access to a component into a log.
|
void |
Logger.error(Level level,
String messageId,
String[] data,
Object session)
Logs error messages to the error logs.
|
void |
Logger.error(Level level,
String msgid,
String[] data,
Object session,
Map props)
Writes error occurred in a component into a log.
|
static Logger |
LogManager.getLogger(String componentName)
Returns an instance of the
Logger object. |
void |
Logger.init(String componentName)
Initializes the logging for the component.
|
Modifier and Type | Method and Description |
---|---|
void |
LogProvider.access(Level level,
String messageId,
String[] data,
Object session)
Logs message to the access logs.
|
void |
FedletLogger.access(Level level,
String messageId,
String[] data,
Object session)
Logs message to the access logs.
|
void |
LogProvider.access(Level level,
String messageId,
String[] data,
Object session,
Map props)
Writes access to a component into a log.
|
void |
FedletLogger.access(Level level,
String messageId,
String[] data,
Object session,
Map props)
Writes access to a component into a log.
|
void |
LogProvider.error(Level level,
String messageId,
String[] data,
Object session)
Logs error messages to the error logs.
|
void |
FedletLogger.error(Level level,
String messageId,
String[] data,
Object session)
Logs error messages to the error logs.
|
void |
LogProvider.error(Level level,
String messageId,
String[] data,
Object session,
Map props)
Writes error occurred in a component into a log.
|
void |
FedletLogger.error(Level level,
String messageId,
String[] data,
Object session,
Map props)
Writes error occurred in a component into a log.
|
void |
LogProvider.init(String componentName)
Initializes the logging for the component.
|
void |
FedletLogger.init(String componentName)
Initializes the logging for the component.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.