Package org.apache.pekko.event
Class NoMarkerLogging$
java.lang.Object
org.apache.pekko.event.BusLogging
org.apache.pekko.event.MarkerLoggingAdapter
org.apache.pekko.event.NoMarkerLogging$
- All Implemented Interfaces:
LoggingAdapter
NoLogging is a MarkerLoggingAdapter that does absolutely nothing – no logging at all.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoMarkerLogging$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidLog message at debug level.final voidMessage template with 1 replacement argument.final voidMessage template with 2 replacement arguments.final voidMessage template with 3 replacement arguments.final voidMessage template with 4 replacement arguments.final voidLog message at error level, without providing the exception that caused the error.final voidMessage template with 1 replacement argument.final voidMessage template with 2 replacement arguments.final voidMessage template with 3 replacement arguments.final voidMessage template with 4 replacement arguments.final voidLog message at error level, including the exception that caused the error.final voidMessage template with 1 replacement argument.final voidMessage template with 2 replacement arguments.final voidMessage template with 3 replacement arguments.final voiderror(LogMarker marker, Throwable cause, String template, Object arg1, Object arg2, Object arg3, Object arg4) Message template with 4 replacement arguments.Java API to return the reference to NoLoggingfinal voidLog message at info level.final voidMessage template with 2 replacement arguments.final voidMessage template with 3 replacement arguments.final voidMessage template with 4 replacement arguments.final booleanfinal booleanfinal booleanfinal booleanprotected final voidnotifyDebug(String message) protected final voidnotifyError(String message) protected final voidnotifyError(Throwable cause, String message) protected final voidnotifyInfo(String message) protected final voidnotifyWarning(String message) protected final voidnotifyWarning(Throwable cause, String message) final voidLog message at warning level.final voidMessage template with 1 replacement argument.final voidMessage template with 2 replacement arguments.final voidMessage template with 3 replacement arguments.final voidMessage template with 4 replacement arguments.Methods inherited from class org.apache.pekko.event.MarkerLoggingAdapter
bus, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled, log, logClass, loggingFilterWithMarker, logSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.event.LoggingAdapter
debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, format, format1, formatImpl, info, info, info, info, info, isEnabled, log, log, log, log, log, mdc, notifyLog, warning, warning, warning, warning, warning, warning, warning, warning, warning, warning
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NoMarkerLogging$
public NoMarkerLogging$()
-
-
Method Details
-
getInstance
Java API to return the reference to NoLogging- Returns:
- The NoLogging instance
-
isErrorEnabled
public final boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceLoggingAdapter- Overrides:
isErrorEnabledin classBusLogging
-
isWarningEnabled
public final boolean isWarningEnabled()- Specified by:
isWarningEnabledin interfaceLoggingAdapter- Overrides:
isWarningEnabledin classBusLogging
-
isInfoEnabled
public final boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceLoggingAdapter- Overrides:
isInfoEnabledin classBusLogging
-
isDebugEnabled
public final boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceLoggingAdapter- Overrides:
isDebugEnabledin classBusLogging
-
notifyError
- Specified by:
notifyErrorin interfaceLoggingAdapter- Overrides:
notifyErrorin classBusLogging
-
notifyError
- Specified by:
notifyErrorin interfaceLoggingAdapter- Overrides:
notifyErrorin classBusLogging
-
notifyWarning
- Specified by:
notifyWarningin interfaceLoggingAdapter- Overrides:
notifyWarningin classBusLogging
-
notifyWarning
- Specified by:
notifyWarningin interfaceLoggingAdapter- Overrides:
notifyWarningin classBusLogging
-
notifyInfo
- Specified by:
notifyInfoin interfaceLoggingAdapter- Overrides:
notifyInfoin classBusLogging
-
notifyDebug
- Specified by:
notifyDebugin interfaceLoggingAdapter- Overrides:
notifyDebugin classBusLogging
-
error
Description copied from class:MarkerLoggingAdapterLog message at error level, including the exception that caused the error. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
Description copied from class:MarkerLoggingAdapterMessage template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".If
arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
public final void error(LogMarker marker, Throwable cause, String template, Object arg1, Object arg2) Description copied from class:MarkerLoggingAdapterMessage template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
public final void error(LogMarker marker, Throwable cause, String template, Object arg1, Object arg2, Object arg3) Description copied from class:MarkerLoggingAdapterMessage template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
public final void error(LogMarker marker, Throwable cause, String template, Object arg1, Object arg2, Object arg3, Object arg4) Description copied from class:MarkerLoggingAdapterMessage template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
Description copied from class:MarkerLoggingAdapterLog message at error level, without providing the exception that caused the error. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
Description copied from class:MarkerLoggingAdapterMessage template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".If
arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
Description copied from class:MarkerLoggingAdapterMessage template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
Description copied from class:MarkerLoggingAdapterMessage template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
error
public final void error(LogMarker marker, String template, Object arg1, Object arg2, Object arg3, Object arg4) Description copied from class:MarkerLoggingAdapterMessage template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
errorin classMarkerLoggingAdapter- See Also:
-
warning
Description copied from class:MarkerLoggingAdapterLog message at warning level. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
warningin classMarkerLoggingAdapter- See Also:
-
warning
Description copied from class:MarkerLoggingAdapterMessage template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".If
arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Overrides:
warningin classMarkerLoggingAdapter- See Also:
-
warning
Description copied from class:MarkerLoggingAdapterMessage template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
warningin classMarkerLoggingAdapter- See Also:
-
warning
Description copied from class:MarkerLoggingAdapterMessage template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
warningin classMarkerLoggingAdapter- See Also:
-
warning
public final void warning(LogMarker marker, String template, Object arg1, Object arg2, Object arg3, Object arg4) Description copied from class:MarkerLoggingAdapterMessage template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
warningin classMarkerLoggingAdapter- See Also:
-
info
Description copied from class:MarkerLoggingAdapterLog message at info level. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
infoin classMarkerLoggingAdapter- See Also:
-
info
Description copied from class:MarkerLoggingAdapterMessage template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
infoin classMarkerLoggingAdapter- See Also:
-
info
Description copied from class:MarkerLoggingAdapterMessage template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
infoin classMarkerLoggingAdapter- See Also:
-
info
public final void info(LogMarker marker, String template, Object arg1, Object arg2, Object arg3, Object arg4) Description copied from class:MarkerLoggingAdapterMessage template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
infoin classMarkerLoggingAdapter- See Also:
-
debug
Description copied from class:MarkerLoggingAdapterLog message at debug level. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
debugin classMarkerLoggingAdapter- See Also:
-
debug
Description copied from class:MarkerLoggingAdapterMessage template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".If
arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Overrides:
debugin classMarkerLoggingAdapter- See Also:
-
debug
Description copied from class:MarkerLoggingAdapterMessage template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
debugin classMarkerLoggingAdapter- See Also:
-
debug
Description copied from class:MarkerLoggingAdapterMessage template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
debugin classMarkerLoggingAdapter- See Also:
-
debug
public final void debug(LogMarker marker, String template, Object arg1, Object arg2, Object arg3, Object arg4) Description copied from class:MarkerLoggingAdapterMessage template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".- Overrides:
debugin classMarkerLoggingAdapter- See Also:
-