A C D E F G I L O S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
C
- CollectingLoggerFactory - Class in science.aist.seshat.log4test
-
Logger Factory for the Collecting Logger
- CollectingLoggerFactory() - Constructor for class science.aist.seshat.log4test.CollectingLoggerFactory
D
- debug(Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given exception with
LogLevel.DEBUG
- debug(Object) - Method in interface science.aist.seshat.Logger
-
Logs the given object with
LogLevel.DEBUG
- debug(String) - Method in interface science.aist.seshat.Logger
-
Logs the given string with
LogLevel.DEBUG
- debug(String, Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given string with an exception with
LogLevel.DEBUG
- debug(String, Object...) - Method in interface science.aist.seshat.Logger
-
Log the given string, and replaces every "{}" with the correct replacements with
LogLevel.DEBUG
- DEBUG - science.aist.seshat.LogLevel
E
- error(Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given exception with
LogLevel.ERROR
- error(Object) - Method in interface science.aist.seshat.Logger
-
Logs the given object with
LogLevel.ERROR
- error(String) - Method in interface science.aist.seshat.Logger
-
Logs the given string with
LogLevel.ERROR
- error(String, Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given string with an exception with
LogLevel.ERROR
- error(String, Object...) - Method in interface science.aist.seshat.Logger
-
Log the given string, and replaces every "{}" with the correct replacements with
LogLevel.ERROR
- ERROR - science.aist.seshat.LogLevel
F
- FactoryLoader - Class in science.aist.seshat
-
Factory Loader class which uses
ServiceLoader
to findLoggerFactory
s. - FATAL - science.aist.seshat.LogLevel
G
- getInstance() - Static method in interface science.aist.seshat.Logger
-
Returns a Logger instance
- getInstance(Class<?>) - Static method in interface science.aist.seshat.Logger
-
Returns a logger instance
- getInstance(Object) - Static method in interface science.aist.seshat.Logger
-
Returns a logger instance
- getLogger() - Method in interface science.aist.seshat.LoggerFactory
- getLogger(Class<?>) - Method in class science.aist.seshat.Log4jLoggerFactory
- getLogger(Class<?>) - Method in class science.aist.seshat.log4test.CollectingLoggerFactory
- getLogger(Class<?>) - Method in interface science.aist.seshat.LoggerFactory
- getLogger(Object) - Method in interface science.aist.seshat.LoggerFactory
- getLoggerFactory() - Static method in class science.aist.seshat.FactoryLoader
-
Uses the
ServiceLoader
to load aLoggerFactory
instance.
I
- info(Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given exception with
LogLevel.INFO
- info(Object) - Method in interface science.aist.seshat.Logger
-
Logs the given object with
LogLevel.INFO
- info(String) - Method in interface science.aist.seshat.Logger
-
Logs the given string with
LogLevel.INFO
- info(String, Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given string with an exception with
LogLevel.INFO
- info(String, Object...) - Method in interface science.aist.seshat.Logger
-
Log the given string, and replaces every "{}" with the correct replacements with
LogLevel.INFO
- INFO - science.aist.seshat.LogLevel
L
- log(LogLevel, Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given exception
- log(LogLevel, Object) - Method in interface science.aist.seshat.Logger
-
Logs the given object by using toString method
- log(LogLevel, String) - Method in interface science.aist.seshat.Logger
-
Logs the given string
- log(LogLevel, String, Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given string with an exception
- log(LogLevel, String, Object...) - Method in interface science.aist.seshat.Logger
-
Log the given string, and replaces every "{}" with the correct replacements
- Log4jLoggerFactory - Class in science.aist.seshat
-
Factory for Log4j Logger
- Log4jLoggerFactory() - Constructor for class science.aist.seshat.Log4jLoggerFactory
- LogEntry - Class in science.aist.seshat.log4test.domain
-
Represents a single logging call
- LogEntry() - Constructor for class science.aist.seshat.log4test.domain.LogEntry
- Logger - Interface in science.aist.seshat
-
Interface for a logger
- LoggerFactory - Interface in science.aist.seshat
-
Interface for a Logger Factory
- LogLevel - Enum in science.aist.seshat
-
Log level for for logging
O
S
- science.aist.seshat - package science.aist.seshat
- science.aist.seshat.log4test - package science.aist.seshat.log4test
- science.aist.seshat.log4test.domain - package science.aist.seshat.log4test.domain
T
- trace(Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given exception with
LogLevel.TRACE
- trace(Object) - Method in interface science.aist.seshat.Logger
-
Logs the given object with
LogLevel.TRACE
- trace(String) - Method in interface science.aist.seshat.Logger
-
Logs the given string with
LogLevel.TRACE
- trace(String, Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given string with an exception with
LogLevel.TRACE
- trace(String, Object...) - Method in interface science.aist.seshat.Logger
-
Log the given string, and replaces every "{}" with the correct replacements with
LogLevel.TRACE
- TRACE - science.aist.seshat.LogLevel
V
- valueOf(String) - Static method in enum science.aist.seshat.LogLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum science.aist.seshat.LogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warn(Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given exception with
LogLevel.WARN
- warn(Object) - Method in interface science.aist.seshat.Logger
-
Logs the given object with
LogLevel.WARN
- warn(String) - Method in interface science.aist.seshat.Logger
-
Logs the given string with
LogLevel.WARN
- warn(String, Exception) - Method in interface science.aist.seshat.Logger
-
Logs the given string with an exception with
LogLevel.WARN
- warn(String, Object...) - Method in interface science.aist.seshat.Logger
-
Log the given string, and replaces every "{}" with the correct replacements with
LogLevel.WARN
- WARN - science.aist.seshat.LogLevel
All Classes All Packages