public class DirLogger extends Object
Constructor and Description |
---|
DirLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
logDebug(ICS ics,
String className,
String method)
Log debug message indicating method
|
static void |
logTrace(ICS ics,
String msg,
String className,
String method)
Logs a warning message
|
static void |
logWarning(ICS ics,
int errCode,
String className,
String method,
Object[] args)
Logs a warning message
|
static void |
logWarning(ICS ics,
int errCode,
String detail,
String className,
String method)
Logs a warning message
|
static void |
throwFatalException(ICS ics,
int errno,
Object[] args,
String detail,
String className,
String method)
Logs and throws fatal exception
|
static void |
throwFatalException(ICS ics,
int errno,
String detail,
String className,
String method)
Logs and throws fatal exception
|
static String |
toString(Exception e)
Prints the exception's toString & stack to a String and returns
it.
|
static void |
traceEnter(ICS ics,
String className,
String method)
Log trace message indicating method entry
|
public static void throwFatalException(ICS ics, int errno, Object[] args, String detail, String className, String method) throws DirectoryException
DirectoryException
public static void throwFatalException(ICS ics, int errno, String detail, String className, String method) throws DirectoryException
DirectoryException
public static void logWarning(ICS ics, int errCode, String detail, String className, String method)
public static void logDebug(ICS ics, String className, String method)
public static void logWarning(ICS ics, int errCode, String className, String method, Object[] args)
public static void traceEnter(ICS ics, String className, String method)
public static void logTrace(ICS ics, String msg, String className, String method)