Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D E F G I L N S W

C

common.log - package common.log
 

D

debug(Object) - Method in class common.log.Log4JLogger
Log a debug message
debug(Object, Throwable) - Method in class common.log.Log4JLogger
Log a debug message and exception
debug(Object) - Method in class common.log.SimpleLogger
Log a debug message
debug(Object, Throwable) - Method in class common.log.SimpleLogger
Log a debug message and exception

E

error(Object) - Method in class common.log.Log4JLogger
Log an error message
error(Object, Throwable) - Method in class common.log.Log4JLogger
Log an error message object and exception
error(Object) - Method in class common.log.SimpleLogger
Log an error message
error(Object, Throwable) - Method in class common.log.SimpleLogger
Log an error message object and exception

F

fatal(Object) - Method in class common.log.Log4JLogger
Log a fatal message
fatal(Object, Throwable) - Method in class common.log.Log4JLogger
Log a fatal message and exception
fatal(Object) - Method in class common.log.SimpleLogger
Log a fatal message
fatal(Object, Throwable) - Method in class common.log.SimpleLogger
Log a fatal message and exception

G

getLoggerImpl(Class) - Method in class common.log.Log4JLogger
Accessor to the logger implementation
getLoggerImpl(Class) - Method in class common.log.SimpleLogger
Accessor to the logger implementation

I

info(Object) - Method in class common.log.Log4JLogger
Log an information message
info(Object, Throwable) - Method in class common.log.Log4JLogger
Logs an information message and an exception
info(Object) - Method in class common.log.SimpleLogger
Log an information message
info(Object, Throwable) - Method in class common.log.SimpleLogger
Logs an information message and an exception

L

Log4JLogger - class common.log.Log4JLogger.
A logger which uses the log4j library from jakarta.
Log4JLogger() - Constructor for class common.log.Log4JLogger
Default constructor.
Log4JLogger(Logger) - Constructor for class common.log.Log4JLogger
Constructor invoked by the getLoggerImpl method to return a logger for a particular class
LoggerName - class common.log.LoggerName.
Static structure containing the class name of the logger.
LoggerName() - Constructor for class common.log.LoggerName
 
log4jLogger - Variable in class common.log.Log4JLogger
The log4j logger

N

NAME - Static variable in class common.log.LoggerName
 

S

SimpleLogger - class common.log.SimpleLogger.
The default logger.
SimpleLogger() - Constructor for class common.log.SimpleLogger
Constructor
setSuppressWarnings(boolean) - Method in class common.log.SimpleLogger
Overrides the method in the base class to suppress warnings - it can be set using the system property jxl.nowarnings.
suppressWarnings - Variable in class common.log.SimpleLogger
Flag to indicate whether or not warnings should be suppressed

W

warn(Object) - Method in class common.log.Log4JLogger
Log a warning message object
warn(Object, Throwable) - Method in class common.log.Log4JLogger
Log a warning message with exception
warn(Object) - Method in class common.log.SimpleLogger
Log a warning message object
warn(Object, Throwable) - Method in class common.log.SimpleLogger
Log a warning message with exception

C D E F G I L N S W