Package | Description |
---|---|
com.sun.identity.plugin.log |
Contains Log SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
Logger.access(Level level,
String messageID,
String[] data,
Object session)
Deprecated.
Logs message to the access logs.
|
void |
Logger.access(Level level,
String msgid,
String[] data,
Object session,
Map props)
Deprecated.
Writes access to a component into a log.
|
void |
Logger.error(Level level,
String messageId,
String[] data,
Object session)
Deprecated.
Logs error messages to the error logs.
|
void |
Logger.error(Level level,
String msgid,
String[] data,
Object session,
Map props)
Deprecated.
Writes error occurred in a component into a log.
|
void |
Logger.init(String componentName)
Deprecated.
Initializes the logging for the component.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.