Index

A B C D E F G H I L M N O R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractLogger - Class in org.seppiko.glf.event
Abstract logger implementation
AbstractLogger() - Constructor for class org.seppiko.glf.event.AbstractLogger
 
add(Marker) - Method in interface org.seppiko.glf.api.Marker
Add a reference to another Marker.
add(Marker) - Method in class org.seppiko.glf.event.BasicMarker
 
addParam(Object) - Method in class org.seppiko.glf.event.DefaultLoggerEventBuilder
Set object parameter
addParam(Object) - Method in interface org.seppiko.glf.event.LoggerEventBuilder
Set object parameter
addParam(Supplier<?>) - Method in class org.seppiko.glf.event.DefaultLoggerEventBuilder
Set object parameter
addParam(Supplier<?>) - Method in interface org.seppiko.glf.event.LoggerEventBuilder
Set object parameter
ANY_MARKER - Static variable in interface org.seppiko.glf.api.Marker
This constant represents any marker, including a null marker.
ANY_NON_NULL_MARKER - Static variable in interface org.seppiko.glf.api.Marker
This constant represents any non-null marker.
atDebug() - Method in interface org.seppiko.glf.api.Logger
Entry point for fluent-logging for Level.DEBUG level.
atDebug() - Method in class org.seppiko.glf.event.DefaultLogger
 
atError() - Method in interface org.seppiko.glf.api.Logger
Entry point for fluent-logging for Level.ERROR level.
atError() - Method in class org.seppiko.glf.event.DefaultLogger
 
atFatal() - Method in interface org.seppiko.glf.api.Logger
Entry point for fluent-logging for Level.FATAL level.
atFatal() - Method in class org.seppiko.glf.event.DefaultLogger
 
atInfo() - Method in interface org.seppiko.glf.api.Logger
Entry point for fluent-logging for Level.INFO level.
atInfo() - Method in class org.seppiko.glf.event.DefaultLogger
 
atLevel(Level) - Method in interface org.seppiko.glf.api.Logger
Make a new LoggerEventBuilder instance as appropriate for this logger and the desired Level passed as parameter.
atLevel(Level) - Method in class org.seppiko.glf.event.DefaultLogger
 
atTrace() - Method in interface org.seppiko.glf.api.Logger
Entry point for fluent-logging for Level.TRACE level.
atTrace() - Method in class org.seppiko.glf.event.DefaultLogger
 
atWarn() - Method in interface org.seppiko.glf.api.Logger
Entry point for fluent-logging for Level.WARN level.
atWarn() - Method in class org.seppiko.glf.event.DefaultLogger
 

B

BasicLoggerFactory - Class in org.seppiko.glf.event
Basic Logger Factory for default implementation
BasicLoggerFactory() - Constructor for class org.seppiko.glf.event.BasicLoggerFactory
 
BasicMarker - Class in org.seppiko.glf.event
Basic Marker for default implementation
BasicMarker(String) - Constructor for class org.seppiko.glf.event.BasicMarker
 
BasicMarkerFactory - Class in org.seppiko.glf.event
Basic Marker Factory for Marker Factory interface default implementation
BasicMarkerFactory() - Constructor for class org.seppiko.glf.event.BasicMarkerFactory
 

C

clear() - Method in class org.seppiko.glf.event.BasicLoggerFactory
 
contains(String) - Method in interface org.seppiko.glf.api.Marker
Does this marker contain the marker named 'name'? If 'name' is null the returned value is always false.
contains(String) - Method in class org.seppiko.glf.event.BasicMarker
 
contains(Marker) - Method in interface org.seppiko.glf.api.Marker
Does this marker contain a reference to the 'other' marker? Marker A is defined to contain marker B, if A == B or if B is referenced by A, or if B is referenced by any one of A's references (recursively).
contains(Marker) - Method in class org.seppiko.glf.event.BasicMarker
 

D

debug(String) - Method in interface org.seppiko.glf.api.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(String) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(String, Object) - Method in interface org.seppiko.glf.api.Logger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(String, Object...) - Method in interface org.seppiko.glf.api.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the DEBUG level according to the specified format and arguments and an exception (throwable) with an accompanying message.
debug(String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the DEBUG level according to the specified format and argument and an exception (throwable) with an accompanying message.
debug(String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(String, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(Marker, String) - Method in interface org.seppiko.glf.api.Logger
Log a message with the specific Marker at the DEBUG level.
debug(Marker, String) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(Marker, String) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(Marker, String, Object) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.debug(String, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(Marker, String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(Marker, String, Object...) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.debug(String, Object...) method except that the marker data is also taken into consideration.
debug(Marker, String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(Marker, String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(Marker, String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.debug(String, Object[], Throwable) method except that the marker data is also taken into consideration.
debug(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(Marker, String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.debug(String, Object, Throwable) method except that the marker data is also taken into consideration.
debug(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
debug(Marker, String, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.debug(String, Throwable) method except that the marker data is also taken into consideration.
debug(Marker, String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
debug(Marker, String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
DEBUG - Enum constant in enum class org.seppiko.glf.api.Level
DEBUG_INT - Static variable in class org.seppiko.glf.api.EventConstants
 
DefaultLogger - Class in org.seppiko.glf.event
A Logger implementation class for registration caller.
DefaultLoggerEventBuilder - Class in org.seppiko.glf.event
 
DefaultLoggerEventBuilder(Logger, Level) - Constructor for class org.seppiko.glf.event.DefaultLoggerEventBuilder
 
DefaultServiceProvider - Class in org.seppiko.glf.event
Default Service Provider registration
DefaultServiceProvider() - Constructor for class org.seppiko.glf.event.DefaultServiceProvider
 
delegate() - Method in class org.seppiko.glf.event.DefaultLogger
 
detachMarker(String) - Method in interface org.seppiko.glf.api.IMarkerFactory
Detach an existing marker.
detachMarker(String) - Method in class org.seppiko.glf.event.BasicMarkerFactory
 

E

equals(Object) - Method in interface org.seppiko.glf.api.Marker
Markers are considered equal if they have the same name.
equals(Object) - Method in class org.seppiko.glf.event.BasicMarker
 
error(String) - Method in interface org.seppiko.glf.api.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(String) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(String, Object) - Method in interface org.seppiko.glf.api.Logger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(String, Object...) - Method in interface org.seppiko.glf.api.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the ERROR level according to the specified format and arguments and an exception (throwable) with an accompanying message.
error(String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the ERROR level according to the specified format and argument and an exception (throwable) with an accompanying message.
error(String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(String, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(Marker, String) - Method in interface org.seppiko.glf.api.Logger
Log a message with the specific Marker at the ERROR level.
error(Marker, String) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(Marker, String) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(Marker, String, Object) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.error(String, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(Marker, String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(Marker, String, Object...) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.error(String, Object...) method except that the marker data is also taken into consideration.
error(Marker, String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(Marker, String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(Marker, String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.error(String, Object[], Throwable) method except that the marker data is also taken into consideration.
error(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(Marker, String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.error(String, Object, Throwable) method except that the marker data is also taken into consideration.
error(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
error(Marker, String, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.error(String, Throwable) method except that the marker data is also taken into consideration.
error(Marker, String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
error(Marker, String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
ERROR - Enum constant in enum class org.seppiko.glf.api.Level
ERROR_INT - Static variable in class org.seppiko.glf.api.EventConstants
 
EventConstants - Class in org.seppiko.glf.api
A Event Constants class like environment class
EventConstants() - Constructor for class org.seppiko.glf.api.EventConstants
 
exists(String) - Method in interface org.seppiko.glf.api.IMarkerFactory
Checks if the marker with the name already exists.
exists(String) - Method in class org.seppiko.glf.event.BasicMarkerFactory
 

F

fatal(String) - Method in interface org.seppiko.glf.api.Logger
Log a message at the FATAL level according to the specified format and arguments.
fatal(String) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(String) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(String, Object) - Method in interface org.seppiko.glf.api.Logger
Log a message at the FATAL level according to the specified format and argument.
fatal(String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(String, Object...) - Method in interface org.seppiko.glf.api.Logger
Log a message at the FATAL level according to the specified format and arguments.
fatal(String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the FATAL level according to the specified format and arguments and an exception (throwable) with an accompanying message.
fatal(String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the FATAL level according to the specified format and argument and an exception (throwable) with an accompanying message.
fatal(String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(String, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log an exception (throwable) at the FATAL level with an accompanying message.
fatal(String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(Marker, String) - Method in interface org.seppiko.glf.api.Logger
Log a message with the specific Marker at the FATAL level.
fatal(Marker, String) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(Marker, String) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(Marker, String, Object) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.fatal(String, Object) method except that the marker data is also taken into consideration.
fatal(Marker, String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(Marker, String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(Marker, String, Object...) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.fatal(String, Object...) method except that the marker data is also taken into consideration.
fatal(Marker, String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(Marker, String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(Marker, String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.fatal(String, Object[], Throwable) method except that the marker data is also taken into consideration.
fatal(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(Marker, String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.fatal(String, Object, Throwable) method except that the marker data is also taken into consideration.
fatal(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
fatal(Marker, String, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.fatal(String, Throwable) method except that the marker data is also taken into consideration.
fatal(Marker, String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
fatal(Marker, String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
FATAL - Enum constant in enum class org.seppiko.glf.api.Level
FATAL_INT - Static variable in class org.seppiko.glf.api.EventConstants
 

G

getDetachedMarker(String) - Method in interface org.seppiko.glf.api.IMarkerFactory
Create a marker which is detached (even at birth) from this IMarkerFactory.
getDetachedMarker(String) - Static method in class org.seppiko.glf.api.MarkerFactory
Create a marker which is detached (even at birth) from the MarkerFactory.
getDetachedMarker(String) - Method in class org.seppiko.glf.event.BasicMarkerFactory
 
getFullyQualifiedCallerName() - Method in class org.seppiko.glf.event.AbstractLogger
FQCN is a real service name.
getILoggerFactory() - Method in class org.seppiko.glf.event.DefaultServiceProvider
 
getILoggerFactory() - Method in interface org.seppiko.glf.spi.GLFServiceProvider
Return the instance of ILoggerFactory that LoggerFactory class should bind to.
getIMarkerFactory() - Static method in class org.seppiko.glf.api.MarkerFactory
Return the IMarkerFactory instance in use.
getLevel(int) - Static method in enum class org.seppiko.glf.api.Level
 
getLogger(Class<?>) - Static method in class org.seppiko.glf.api.LoggerFactory
Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory instance.
getLogger(String) - Method in interface org.seppiko.glf.api.ILoggerFactory
Return an appropriate Logger instance as specified by the name parameter.
getLogger(String) - Static method in class org.seppiko.glf.api.LoggerFactory
Return a logger named according to the name parameter using the statically bound ILoggerFactory instance.
getLogger(String) - Method in class org.seppiko.glf.event.BasicLoggerFactory
 
getLoggerFactory() - Static method in class org.seppiko.glf.api.LoggerFactory
Return the ILoggerFactory instance in use.
getLoggerFactory() - Method in class org.seppiko.glf.event.DefaultServiceProvider
 
getLoggerNames() - Method in class org.seppiko.glf.event.BasicLoggerFactory
 
getLoggers() - Method in class org.seppiko.glf.event.BasicLoggerFactory
 
getMarker(String) - Method in interface org.seppiko.glf.api.IMarkerFactory
Manufacture a Marker instance by name.
getMarker(String) - Static method in class org.seppiko.glf.api.MarkerFactory
Return a Marker instance as specified by the name parameter using the previously bound IMarkerFactory instance.
getMarker(String) - Method in class org.seppiko.glf.event.BasicMarkerFactory
 
getMarkerFactory() - Method in class org.seppiko.glf.event.DefaultServiceProvider
 
getMarkerFactory() - Method in interface org.seppiko.glf.spi.GLFServiceProvider
Return the instance of IMarkerFactory that MarkerFactory class should bind to.
getName() - Method in interface org.seppiko.glf.api.Logger
Return the name of this Logger instance.
getName() - Method in interface org.seppiko.glf.api.Marker
Get the name of this Marker.
getName() - Method in class org.seppiko.glf.event.AbstractLogger
 
getName() - Method in class org.seppiko.glf.event.BasicMarker
 
getName() - Method in class org.seppiko.glf.event.DefaultLogger
 
getValue() - Method in enum class org.seppiko.glf.api.Level
 
glf.api - module glf.api
 
GLFServiceProvider - Interface in org.seppiko.glf.spi
GLF Service Provider interface.

H

handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
A method like LocationLogger for log caller
hashCode() - Method in interface org.seppiko.glf.api.Marker
Compute the hash code based on the name of this marker.
hashCode() - Method in class org.seppiko.glf.event.BasicMarker
 
hasReferences() - Method in interface org.seppiko.glf.api.Marker
Does this marker have any references?
hasReferences() - Method in class org.seppiko.glf.event.BasicMarker
 

I

ILoggerFactory - Interface in org.seppiko.glf.api
ILoggerFactory instances manufacture Logger instances by name.
IMarkerFactory - Interface in org.seppiko.glf.api
Implementations of this interface are used to manufacture Marker instances.
info(String) - Method in interface org.seppiko.glf.api.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(String) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(String, Object) - Method in interface org.seppiko.glf.api.Logger
Log a message at the INFO level according to the specified format and argument.
info(String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(String, Object...) - Method in interface org.seppiko.glf.api.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the INFO level according to the specified format and arguments and an exception (throwable) with an accompanying message.
info(String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the INFO level according to the specified format and argument and an exception (throwable) with an accompanying message.
info(String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(String, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
info(String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(Marker, String) - Method in interface org.seppiko.glf.api.Logger
Log a message with the specific Marker at the INFO level.
info(Marker, String) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(Marker, String) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(Marker, String, Object) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.info(String, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(Marker, String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(Marker, String, Object...) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.info(String, Object...) method except that the marker data is also taken into consideration.
info(Marker, String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(Marker, String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(Marker, String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.info(String, Object[], Throwable) method except that the marker data is also taken into consideration.
info(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(Marker, String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.info(String, Object, Throwable) method except that the marker data is also taken into consideration.
info(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
info(Marker, String, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.info(String, Throwable) method except that the marker data is also taken into consideration.
info(Marker, String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
info(Marker, String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
INFO - Enum constant in enum class org.seppiko.glf.api.Level
INFO_INT - Static variable in class org.seppiko.glf.api.EventConstants
 
initialize() - Method in class org.seppiko.glf.event.DefaultServiceProvider
 
initialize() - Method in interface org.seppiko.glf.spi.GLFServiceProvider
Initialize the logging back-end.
isDebugEnabled() - Method in interface org.seppiko.glf.api.Logger
Is the logger instance enabled for the DEBUG level?
isDebugEnabled() - Method in class org.seppiko.glf.event.DefaultLogger
 
isDebugEnabled(Marker) - Method in interface org.seppiko.glf.api.Logger
Similar to Logger.isDebugEnabled() method except that the marker data is also taken into account.
isDebugEnabled(Marker) - Method in class org.seppiko.glf.event.DefaultLogger
 
isDebugEnabled(Marker) - Method in class org.seppiko.glf.event.LegacyAbstractLogger
 
isEnable(Level) - Method in interface org.seppiko.glf.api.Logger
Returns whether this Logger is enabled for a given Level.
isEnable(Level) - Method in class org.seppiko.glf.event.DefaultLogger
 
isEnable(Level, Marker) - Method in interface org.seppiko.glf.api.Logger
Returns whether this Logger is enabled for a given Level and Marker.
isEnable(Level, Marker) - Method in class org.seppiko.glf.event.DefaultLogger
 
isErrorEnabled() - Method in interface org.seppiko.glf.api.Logger
Is the logger instance enabled for the ERROR level?
isErrorEnabled() - Method in class org.seppiko.glf.event.DefaultLogger
 
isErrorEnabled(Marker) - Method in interface org.seppiko.glf.api.Logger
Similar to Logger.isErrorEnabled() method except that the marker data is also taken into account.
isErrorEnabled(Marker) - Method in class org.seppiko.glf.event.DefaultLogger
 
isErrorEnabled(Marker) - Method in class org.seppiko.glf.event.LegacyAbstractLogger
 
isFatalEnabled() - Method in interface org.seppiko.glf.api.Logger
Is the logger instance enabled for the FATAL level?
isFatalEnabled() - Method in class org.seppiko.glf.event.DefaultLogger
 
isFatalEnabled(Marker) - Method in interface org.seppiko.glf.api.Logger
Similar to Logger.isFatalEnabled() method except that the marker data is also taken into account.
isFatalEnabled(Marker) - Method in class org.seppiko.glf.event.DefaultLogger
 
isFatalEnabled(Marker) - Method in class org.seppiko.glf.event.LegacyAbstractLogger
 
isInfoEnabled() - Method in interface org.seppiko.glf.api.Logger
Is the logger instance enabled for the INFO level?
isInfoEnabled() - Method in class org.seppiko.glf.event.DefaultLogger
 
isInfoEnabled(Marker) - Method in interface org.seppiko.glf.api.Logger
Similar to Logger.isInfoEnabled() method except that the marker data is also taken into account.
isInfoEnabled(Marker) - Method in class org.seppiko.glf.event.DefaultLogger
 
isInfoEnabled(Marker) - Method in class org.seppiko.glf.event.LegacyAbstractLogger
 
isTraceEnabled() - Method in interface org.seppiko.glf.api.Logger
Is the logger instance enabled for the TRACE level?
isTraceEnabled() - Method in class org.seppiko.glf.event.DefaultLogger
 
isTraceEnabled(Marker) - Method in interface org.seppiko.glf.api.Logger
Similar to Logger.isTraceEnabled() method except that the marker data is also taken into account.
isTraceEnabled(Marker) - Method in class org.seppiko.glf.event.DefaultLogger
 
isTraceEnabled(Marker) - Method in class org.seppiko.glf.event.LegacyAbstractLogger
 
isWarnEnabled() - Method in interface org.seppiko.glf.api.Logger
Is the logger instance enabled for the WARN level?
isWarnEnabled() - Method in class org.seppiko.glf.event.DefaultLogger
 
isWarnEnabled(Marker) - Method in interface org.seppiko.glf.api.Logger
Similar to Logger.isWarnEnabled() method except that the marker data is also taken into account.
isWarnEnabled(Marker) - Method in class org.seppiko.glf.event.DefaultLogger
 
isWarnEnabled(Marker) - Method in class org.seppiko.glf.event.LegacyAbstractLogger
 
iterator() - Method in interface org.seppiko.glf.api.Marker
Returns an Iterator which can be used to iterate over the references of this marker.
iterator() - Method in class org.seppiko.glf.event.BasicMarker
 

L

LegacyAbstractLogger - Class in org.seppiko.glf.event
Abstract logger for ignore isXXXEnable(Marker)
LegacyAbstractLogger() - Constructor for class org.seppiko.glf.event.LegacyAbstractLogger
 
Level - Enum Class in org.seppiko.glf.api
Logger Level Level.TRACE a lot of data Level.DEBUG Level.INFO Level.WARN Level.ERROR Level.FATAL little data
LocationLogger - Interface in org.seppiko.glf.api
Logger sub-interface for extended service with FQCN (Fully Qualified Caller Name)
log() - Method in class org.seppiko.glf.event.DefaultLoggerEventBuilder
Log builder.
log() - Method in interface org.seppiko.glf.event.LoggerEventBuilder
Log builder.
log(String, Level, Marker, String, Object[], Throwable) - Method in interface org.seppiko.glf.api.LocationLogger
Location logger
log(String, Level, Marker, String, Supplier<?>[], Throwable) - Method in interface org.seppiko.glf.api.LocationLogger
Location logger
Logger - Interface in org.seppiko.glf.api
The org.seppiko.glf.api.Logger interface is the main user entry point of GLF API.
LoggerEventBuilder - Interface in org.seppiko.glf.event
Logger event builder
LoggerFactory - Class in org.seppiko.glf.api
The LoggerFactory is a utility class producing Loggers for various logging APIs.

M

marker(Marker) - Method in class org.seppiko.glf.event.DefaultLoggerEventBuilder
A marker to the event being built.
marker(Marker) - Method in interface org.seppiko.glf.event.LoggerEventBuilder
A marker to the event being built.
Marker - Interface in org.seppiko.glf.api
One of the primary purpose of a logging framework is to provide the means to generate debugging and diagnostic information only when it is needed, and to allow filtering of that information so that it does not overwhelm the system or the individuals who need to make use of it.
MarkerFactory - Class in org.seppiko.glf.api
MarkerFactory is a utility class producing Marker instances as appropriate for the logging system currently in use.
MarkerFactory() - Constructor for class org.seppiko.glf.api.MarkerFactory
 
message(String) - Method in class org.seppiko.glf.event.DefaultLoggerEventBuilder
Set message
message(String) - Method in interface org.seppiko.glf.event.LoggerEventBuilder
Set message

N

name - Variable in class org.seppiko.glf.event.AbstractLogger
 

O

org.seppiko.glf.api - package org.seppiko.glf.api
GLF API
org.seppiko.glf.event - package org.seppiko.glf.event
GLF event
org.seppiko.glf.spi - package org.seppiko.glf.spi
GLF API SPI

R

remove(Marker) - Method in interface org.seppiko.glf.api.Marker
Remove a marker reference.
remove(Marker) - Method in class org.seppiko.glf.event.BasicMarker
 
ROOT_LOGGER_NAME - Static variable in interface org.seppiko.glf.api.Logger
Case-insensitive String constant used to retrieve the name of the root logger.

S

setDelegate(Logger) - Method in class org.seppiko.glf.event.DefaultLogger
 

T

toString() - Method in class org.seppiko.glf.event.BasicMarker
 
trace(String) - Method in interface org.seppiko.glf.api.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(String) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(String, Object) - Method in interface org.seppiko.glf.api.Logger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(String, Object...) - Method in interface org.seppiko.glf.api.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the TRACE level according to the specified format and arguments and an exception (throwable) with an accompanying message.
trace(String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the TRACE level according to the specified format and argument and an exception (throwable) with an accompanying message.
trace(String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(String, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(Marker, String) - Method in interface org.seppiko.glf.api.Logger
Log a message with the specific Marker at the TRACE level.
trace(Marker, String) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(Marker, String) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(Marker, String, Object) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.trace(String, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(Marker, String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(Marker, String, Object...) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.trace(String, Object...) method except that the marker data is also taken into consideration.
trace(Marker, String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(Marker, String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(Marker, String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.trace(String, Object[], Throwable) method except that the marker data is also taken into consideration.
trace(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(Marker, String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.trace(String, Object, Throwable) method except that the marker data is also taken into consideration.
trace(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
trace(Marker, String, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.trace(String, Throwable) method except that the marker data is also taken into consideration.
trace(Marker, String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
trace(Marker, String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
TRACE - Enum constant in enum class org.seppiko.glf.api.Level
TRACE_INT - Static variable in class org.seppiko.glf.api.EventConstants
 

V

valueOf(String) - Static method in enum class org.seppiko.glf.api.Level
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.seppiko.glf.api.Level
Returns an array containing the constants of this enum class, in the order they are declared.

W

warn(String) - Method in interface org.seppiko.glf.api.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(String) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(String, Object) - Method in interface org.seppiko.glf.api.Logger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(String, Object...) - Method in interface org.seppiko.glf.api.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the WARN level according to the specified format and arguments and an exception (throwable) with an accompanying message.
warn(String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log a message at the WARN level according to the specified format and argument and an exception (throwable) with an accompanying message.
warn(String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(String, Throwable) - Method in interface org.seppiko.glf.api.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(Marker, String) - Method in interface org.seppiko.glf.api.Logger
Log a message with the specific Marker at the WARN level.
warn(Marker, String) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(Marker, String) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(Marker, String, Object) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.warn(String, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(Marker, String, Object) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(Marker, String, Object...) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.warn(String, Object...) method except that the marker data is also taken into consideration.
warn(Marker, String, Object...) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(Marker, String, Object...) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(Marker, String, Object[], Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.warn(String, Object[], Throwable) method except that the marker data is also taken into consideration.
warn(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(Marker, String, Object[], Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(Marker, String, Object, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.warn(String, Object, Throwable) method except that the marker data is also taken into consideration.
warn(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(Marker, String, Object, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
warn(Marker, String, Throwable) - Method in interface org.seppiko.glf.api.Logger
This method is similar to Logger.warn(String, Throwable) method except that the marker data is also taken into consideration.
warn(Marker, String, Throwable) - Method in class org.seppiko.glf.event.AbstractLogger
 
warn(Marker, String, Throwable) - Method in class org.seppiko.glf.event.DefaultLogger
 
WARN - Enum constant in enum class org.seppiko.glf.api.Level
WARN_INT - Static variable in class org.seppiko.glf.api.EventConstants
 
withCause(Throwable) - Method in class org.seppiko.glf.event.DefaultLoggerEventBuilder
Set throwable
withCause(Throwable) - Method in interface org.seppiko.glf.event.LoggerEventBuilder
Set throwable
A B C D E F G H I L M N O R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form