Uses of Interface
org.seppiko.glf.api.Marker
Packages that use Marker
-
Uses of Marker in org.seppiko.glf.api
Methods in org.seppiko.glf.api that return MarkerModifier and TypeMethodDescriptionIMarkerFactory.getDetachedMarker(String name) Create a marker which is detached (even at birth) from this IMarkerFactory.static MarkerMarkerFactory.getDetachedMarker(String name) Create a marker which is detached (even at birth) from the MarkerFactory.Manufacture aMarkerinstance by name.static MarkerReturn a Marker instance as specified by the name parameter using the previously boundIMarkerFactoryinstance.Methods in org.seppiko.glf.api that return types with arguments of type MarkerModifier and TypeMethodDescriptionMarker.iterator()Returns an Iterator which can be used to iterate over the references of this marker.Methods in org.seppiko.glf.api with parameters of type MarkerModifier and TypeMethodDescriptionvoidAdd a reference to another Marker.booleanDoes 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).voidLog a message with the specific Marker at the DEBUG level.voidThis method is similar toLogger.debug(String, Object)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.debug(String, Object...)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.debug(String, Object[], Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.debug(String, Object, Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.debug(String, Throwable)method except that the marker data is also taken into consideration.voidLog a message with the specific Marker at the ERROR level.voidThis method is similar toLogger.error(String, Object)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.error(String, Object...)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.error(String, Object[], Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.error(String, Object, Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.error(String, Throwable)method except that the marker data is also taken into consideration.voidLog a message with the specific Marker at the FATAL level.voidThis method is similar toLogger.fatal(String, Object)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.fatal(String, Object...)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.fatal(String, Object[], Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.fatal(String, Object, Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.fatal(String, Throwable)method except that the marker data is also taken into consideration.voidLog a message with the specific Marker at the INFO level.voidThis method is similar toLogger.info(String, Object)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.info(String, Object...)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.info(String, Object[], Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.info(String, Object, Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.info(String, Throwable)method except that the marker data is also taken into consideration.booleanLogger.isDebugEnabled(Marker marker) Similar toLogger.isDebugEnabled()method except that the marker data is also taken into account.booleanbooleanLogger.isErrorEnabled(Marker marker) Similar toLogger.isErrorEnabled()method except that the marker data is also taken into account.booleanLogger.isFatalEnabled(Marker marker) Similar toLogger.isFatalEnabled()method except that the marker data is also taken into account.booleanLogger.isInfoEnabled(Marker marker) Similar toLogger.isInfoEnabled()method except that the marker data is also taken into account.booleanLogger.isTraceEnabled(Marker marker) Similar toLogger.isTraceEnabled()method except that the marker data is also taken into account.booleanLogger.isWarnEnabled(Marker marker) Similar toLogger.isWarnEnabled()method except that the marker data is also taken into account.voidLocationLogger.log(String fqcn, Level level, Marker marker, String message, Object[] params, Throwable cause) Location loggervoidLocationLogger.log(String fqcn, Level level, Marker marker, String message, Supplier<?>[] paramSuppliers, Throwable cause) Location loggerbooleanRemove a marker reference.voidLog a message with the specific Marker at the TRACE level.voidThis method is similar toLogger.trace(String, Object)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.trace(String, Object...)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.trace(String, Object[], Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.trace(String, Object, Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.trace(String, Throwable)method except that the marker data is also taken into consideration.voidLog a message with the specific Marker at the WARN level.voidThis method is similar toLogger.warn(String, Object)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.warn(String, Object...)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.warn(String, Object[], Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.warn(String, Object, Throwable)method except that the marker data is also taken into consideration.voidThis method is similar toLogger.warn(String, Throwable)method except that the marker data is also taken into consideration. -
Uses of Marker in org.seppiko.glf.event
Classes in org.seppiko.glf.event that implement MarkerMethods in org.seppiko.glf.event that return MarkerMethods in org.seppiko.glf.event that return types with arguments of type MarkerMethods in org.seppiko.glf.event with parameters of type MarkerModifier and TypeMethodDescriptionvoidbooleanvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidprotected abstract voidAbstractLogger.handleNormalizedLoggingCall(Level level, Marker marker, String msg, Object[] arguments, Throwable cause) A method likeLocationLoggerfor log callervoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidbooleanDefaultLogger.isDebugEnabled(Marker marker) booleanLegacyAbstractLogger.isDebugEnabled(Marker marker) booleanbooleanDefaultLogger.isErrorEnabled(Marker marker) booleanLegacyAbstractLogger.isErrorEnabled(Marker marker) booleanDefaultLogger.isFatalEnabled(Marker marker) booleanLegacyAbstractLogger.isFatalEnabled(Marker marker) booleanDefaultLogger.isInfoEnabled(Marker marker) booleanLegacyAbstractLogger.isInfoEnabled(Marker marker) booleanDefaultLogger.isTraceEnabled(Marker marker) booleanLegacyAbstractLogger.isTraceEnabled(Marker marker) booleanDefaultLogger.isWarnEnabled(Marker marker) booleanLegacyAbstractLogger.isWarnEnabled(Marker marker) Amarkerto the event being built.Amarkerto the event being built.booleanvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid