com.arsdigita.kernel.security
Class SecurityLogger
java.lang.Object
com.arsdigita.kernel.security.SecurityLogger
- public class SecurityLogger
- extends Object
Logs security-relevant events to a
distinguished log category.
- Author:
- Sameer Ajmani
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
log
public static void log(org.apache.log4j.Priority p,
Object message,
Throwable t)
log
public static void log(org.apache.log4j.Priority p,
Object message)
debug
public static void debug(Object message)
debug
public static void debug(Object message,
Throwable t)
info
public static void info(Object message)
info
public static void info(Object message,
Throwable t)
warn
public static void warn(Object message)
warn
public static void warn(Object message,
Throwable t)
error
public static void error(Object message)
error
public static void error(Object message,
Throwable t)
fatal
public static void fatal(Object message)
fatal
public static void fatal(Object message,
Throwable t)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC