Package akka.event
Class NoMarkerLogging$
- java.lang.Object
-
- akka.event.BusLogging
-
- akka.event.MarkerLoggingAdapter
-
- akka.event.NoMarkerLogging$
-
- All Implemented Interfaces:
LoggingAdapter
public class NoMarkerLogging$ extends MarkerLoggingAdapter
NoLogging is a MarkerLoggingAdapter that does absolutely nothing – no logging at all.
-
-
Field Summary
Fields Modifier and Type Field Description static NoMarkerLogging$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description NoMarkerLogging$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(LogMarker marker, java.lang.String message)Log message at debug level.voiddebug(LogMarker marker, java.lang.String template, java.lang.Object arg1)Message template with 1 replacement argument.voiddebug(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2)Message template with 2 replacement arguments.voiddebug(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)Message template with 3 replacement arguments.voiddebug(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)Message template with 4 replacement arguments.voiderror(LogMarker marker, java.lang.String message)Log message at error level, without providing the exception that caused the error.voiderror(LogMarker marker, java.lang.String template, java.lang.Object arg1)Message template with 1 replacement argument.voiderror(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2)Message template with 2 replacement arguments.voiderror(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)Message template with 3 replacement arguments.voiderror(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)Message template with 4 replacement arguments.voiderror(LogMarker marker, java.lang.Throwable cause, java.lang.String message)Log message at error level, including the exception that caused the error.voiderror(LogMarker marker, java.lang.Throwable cause, java.lang.String template, java.lang.Object arg1)Message template with 1 replacement argument.voiderror(LogMarker marker, java.lang.Throwable cause, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2)Message template with 2 replacement arguments.voiderror(LogMarker marker, java.lang.Throwable cause, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)Message template with 3 replacement arguments.voiderror(LogMarker marker, java.lang.Throwable cause, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)Message template with 4 replacement arguments.NoMarkerLogging$getInstance()Java API to return the reference to NoLoggingvoidinfo(LogMarker marker, java.lang.String message)Log message at info level.voidinfo(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2)Message template with 2 replacement arguments.voidinfo(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)Message template with 3 replacement arguments.voidinfo(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)Message template with 4 replacement arguments.booleanisDebugEnabled()booleanisErrorEnabled()booleanisInfoEnabled()booleanisWarningEnabled()protected voidnotifyDebug(java.lang.String message)protected voidnotifyError(java.lang.String message)protected voidnotifyError(java.lang.Throwable cause, java.lang.String message)protected voidnotifyInfo(java.lang.String message)protected voidnotifyWarning(java.lang.String message)protected voidnotifyWarning(java.lang.Throwable cause, java.lang.String message)voidwarning(LogMarker marker, java.lang.String message)Log message at warning level.voidwarning(LogMarker marker, java.lang.String template, java.lang.Object arg1)Message template with 1 replacement argument.voidwarning(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2)Message template with 2 replacement arguments.voidwarning(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)Message template with 3 replacement arguments.voidwarning(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)Message template with 4 replacement arguments.-
Methods inherited from class akka.event.MarkerLoggingAdapter
bus, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled, log, logClass, loggingFilterWithMarker, logSource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.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 Detail
-
MODULE$
public static final NoMarkerLogging$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
getInstance
public NoMarkerLogging$ 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
protected final void notifyError(java.lang.String message)
- Specified by:
notifyErrorin interfaceLoggingAdapter- Overrides:
notifyErrorin classBusLogging
-
notifyError
protected final void notifyError(java.lang.Throwable cause, java.lang.String message)- Specified by:
notifyErrorin interfaceLoggingAdapter- Overrides:
notifyErrorin classBusLogging
-
notifyWarning
protected final void notifyWarning(java.lang.String message)
- Specified by:
notifyWarningin interfaceLoggingAdapter- Overrides:
notifyWarningin classBusLogging
-
notifyWarning
protected final void notifyWarning(java.lang.Throwable cause, java.lang.String message)- Specified by:
notifyWarningin interfaceLoggingAdapter- Overrides:
notifyWarningin classBusLogging
-
notifyInfo
protected final void notifyInfo(java.lang.String message)
- Specified by:
notifyInfoin interfaceLoggingAdapter- Overrides:
notifyInfoin classBusLogging
-
notifyDebug
protected final void notifyDebug(java.lang.String message)
- Specified by:
notifyDebugin interfaceLoggingAdapter- Overrides:
notifyDebugin classBusLogging
-
error
public final void error(LogMarker marker, java.lang.Throwable cause, java.lang.String message)
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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.Throwable cause, java.lang.String template, java.lang.Object arg1)
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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.Throwable cause, java.lang.String template, java.lang.Object arg1, java.lang.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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.Throwable cause, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.Throwable cause, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.String message)
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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.String template, java.lang.Object arg1)
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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.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:
LoggingAdapter
-
error
public final void error(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.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:
LoggingAdapter
-
warning
public final void warning(LogMarker marker, java.lang.String message)
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:
LoggingAdapter
-
warning
public final void warning(LogMarker marker, java.lang.String template, java.lang.Object arg1)
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:
LoggingAdapter
-
warning
public final void warning(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.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:
warningin classMarkerLoggingAdapter- See Also:
LoggingAdapter
-
warning
public final void warning(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.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:
warningin classMarkerLoggingAdapter- See Also:
LoggingAdapter
-
warning
public final void warning(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.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:
LoggingAdapter
-
info
public final void info(LogMarker marker, java.lang.String message)
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:
LoggingAdapter
-
info
public final void info(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.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:
infoin classMarkerLoggingAdapter- See Also:
LoggingAdapter
-
info
public final void info(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.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:
infoin classMarkerLoggingAdapter- See Also:
LoggingAdapter
-
info
public final void info(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.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:
LoggingAdapter
-
debug
public final void debug(LogMarker marker, java.lang.String message)
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:
LoggingAdapter
-
debug
public final void debug(LogMarker marker, java.lang.String template, java.lang.Object arg1)
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:
LoggingAdapter
-
debug
public final void debug(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.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:
debugin classMarkerLoggingAdapter- See Also:
LoggingAdapter
-
debug
public final void debug(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.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:
debugin classMarkerLoggingAdapter- See Also:
LoggingAdapter
-
debug
public final void debug(LogMarker marker, java.lang.String template, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.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:
LoggingAdapter
-
-