Uses of Class
com.sun.identity.plugin.log.LogException
-
Packages that use LogException Package Description com.sun.identity.plugin.log Contains Log SPI. -
-
Uses of LogException in com.sun.identity.plugin.log
Methods in com.sun.identity.plugin.log that throw LogException Modifier and Type Method 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.
-