Uses of Interface
com.sun.identity.log.ILogRecord
-
Packages that use ILogRecord Package Description com.sun.identity.entitlement.log com.sun.identity.log Provides the classes and interfaces of core logging and auditing facilities. -
-
Uses of ILogRecord in com.sun.identity.entitlement.log
Classes in com.sun.identity.entitlement.log that implement ILogRecord Modifier and Type Class Description class
ELogRecord
This class encapsulates the items in a log record. -
Uses of ILogRecord in com.sun.identity.log
Classes in com.sun.identity.log that implement ILogRecord Modifier and Type Class Description class
LogRecord
Extension to the JDK1.4LogRecord
to include thelogInfo
HashMap
and methods to store and retrieve data from thislogInfo
Map.Methods in com.sun.identity.log with parameters of type ILogRecord Modifier and Type Method Description void
Logger. log(ILogRecord record)
Log entitlement log record.
-