com.arsdigita.kernel.security
Class SecurityLogger

java.lang.Object
  extended bycom.arsdigita.kernel.security.SecurityLogger

public class SecurityLogger
extends Object

Logs security-relevant events to a distinguished log category.

Author:
Sameer Ajmani

Field Summary
static String versionId
           
 
Method Summary
static void debug(Object message)
           
static void debug(Object message, Throwable t)
           
static void error(Object message)
           
static void error(Object message, Throwable t)
           
static void fatal(Object message)
           
static void fatal(Object message, Throwable t)
           
static void info(Object message)
           
static void info(Object message, Throwable t)
           
static void log(org.apache.log4j.Priority p, Object message)
           
static void log(org.apache.log4j.Priority p, Object message, Throwable t)
           
static void warn(Object message)
           
static void warn(Object message, Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

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