Class AMAdminLog
- java.lang.Object
-
- com.sun.identity.console.base.model.AMAdminLog
-
public class AMAdminLog extends Object
This class allows you to perform log. It is strongly suggested that you should log all the critical and data updating events such updating a LDAP attributes and removing an LDAP entry.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoLog(LogRecord rec)static AMAdminLoggetInstance()Returns an instance of the logger.
-
-
-
Method Detail
-
getInstance
public static AMAdminLog getInstance()
Returns an instance of the logger.- Returns:
- an instance of the logger.
-
doLog
public void doLog(LogRecord rec)
-
-