Uses of Class
com.sun.identity.plugin.log.LogException

Packages that use LogException
Package
Description
Contains Log SPI.
  • Uses of LogException in com.sun.identity.plugin.log

    Modifier and Type
    Method
    Description
    void
    Logger.access(Level level, String messageID, String[] data, Object session)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Logs message to the access logs.
    void
    Logger.access(Level level, String msgid, String[] data, Object session, Map props)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Writes access to a component into a log.
    void
    Logger.error(Level level, String messageId, String[] data, Object session)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Logs error messages to the error logs.
    void
    Logger.error(Level level, String msgid, String[] data, Object session, Map props)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Writes error occurred in a component into a log.
    void
    Logger.init(String componentName)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Initializes the logging for the component.