object NoMarkerLogging extends MarkerLoggingAdapter
NoLogging is a MarkerLoggingAdapter that does absolutely nothing – no logging at all.
- Source
- Logging.scala
- Alphabetic
- By Inheritance
- NoMarkerLogging
- MarkerLoggingAdapter
- BusLogging
- LoggingAdapter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type MDC = Map[String, Any]
- Definition Classes
- LoggingAdapter
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bus: LoggingBus
- Definition Classes
- MarkerLoggingAdapter → BusLogging
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def debug(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def debug(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def debug(marker: LogMarker, template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def debug(marker: LogMarker, template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message 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
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def debug(marker: LogMarker, message: String): Unit
Log message at debug level.
Log 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- def debug(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message template with 4 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def debug(template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message template with 3 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def debug(template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message template with 2 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def debug(template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message template with 1 replacement argument.
If
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
- def debug(message: String): Unit
Log message at debug level.
Log message at debug level.
- Definition Classes
- LoggingAdapter
- See also
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def error(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message 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
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, message: String): Unit
Log message at error level, without providing the exception that caused the error.
Log 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, cause: Throwable, template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, cause: Throwable, template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message 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
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def error(marker: LogMarker, cause: Throwable, message: String): Unit
Log message at error level, including the exception that caused the error.
Log 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- def error(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message template with 4 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def error(template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message template with 3 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def error(template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message template with 2 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def error(template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message template with 1 replacement argument.
If
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
- def error(message: String): Unit
Log message at error level, without providing the exception that caused the error.
Log message at error level, without providing the exception that caused the error.
- Definition Classes
- LoggingAdapter
- See also
- def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message template with 4 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message template with 3 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def error(cause: Throwable, template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message template with 2 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def error(cause: Throwable, template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message template with 1 replacement argument.
If
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
- def error(cause: Throwable, message: String): Unit
Log message at error level, including the exception that caused the error.
Log message at error level, including the exception that caused the error.
- Definition Classes
- LoggingAdapter
- See also
- def format(t: String, arg: Any*): String
- Definition Classes
- LoggingAdapter
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getInstance: NoMarkerLogging
Java API to return the reference to NoLogging
Java API to return the reference to NoLogging
- returns
The NoLogging instance
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def info(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def info(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def info(marker: LogMarker, template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def info(marker: LogMarker, message: String): Unit
Log message at info level.
Log 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- def info(marker: LogMarker, template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message 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
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- MarkerLoggingAdapter
- See also
- def info(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message template with 4 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def info(template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message template with 3 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def info(template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message template with 2 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def info(template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message template with 1 replacement argument.
If
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
- def info(message: String): Unit
Log message at info level.
Log message at info level.
- Definition Classes
- LoggingAdapter
- See also
- final def isDebugEnabled: Boolean
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- def isDebugEnabled(marker: LogMarker): Boolean
- Definition Classes
- MarkerLoggingAdapter
- final def isEnabled(level: LogLevel): Boolean
- returns
true if the specified log level is enabled
- Definition Classes
- LoggingAdapter
- final def isErrorEnabled: Boolean
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- def isErrorEnabled(marker: LogMarker): Boolean
- Definition Classes
- MarkerLoggingAdapter
- final def isInfoEnabled: Boolean
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- def isInfoEnabled(marker: LogMarker): Boolean
- Definition Classes
- MarkerLoggingAdapter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isWarningEnabled: Boolean
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- def isWarningEnabled(marker: LogMarker): Boolean
- Definition Classes
- MarkerLoggingAdapter
- def log(marker: LogMarker, level: LogLevel, message: String): Unit
Log message at the specified log level.
Log message at the specified log level.
- Definition Classes
- MarkerLoggingAdapter
- def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message template with 4 replacement arguments.
- Definition Classes
- LoggingAdapter
- def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message template with 3 replacement arguments.
- Definition Classes
- LoggingAdapter
- def log(level: LogLevel, template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message template with 2 replacement arguments.
- Definition Classes
- LoggingAdapter
- def log(level: LogLevel, template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message template with 1 replacement argument.
If
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- def log(level: LogLevel, message: String): Unit
Log message at the specified log level.
Log message at the specified log level.
- Definition Classes
- LoggingAdapter
- val logClass: Class[_]
- Definition Classes
- MarkerLoggingAdapter → BusLogging
- val logSource: String
- Definition Classes
- MarkerLoggingAdapter → BusLogging
- val loggingFilterWithMarker: LoggingFilterWithMarker
- Definition Classes
- MarkerLoggingAdapter
- def mdc: Logging.MDC
- Definition Classes
- LoggingAdapter
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyDebug(message: String): Unit
- Attributes
- protected
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- final def notifyError(cause: Throwable, message: String): Unit
- Attributes
- protected
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- final def notifyError(message: String): Unit
- Attributes
- protected
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- final def notifyInfo(message: String): Unit
- Attributes
- protected
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- final def notifyLog(level: LogLevel, message: String): Unit
- Definition Classes
- LoggingAdapter
- final def notifyWarning(cause: Throwable, message: String): Unit
- Attributes
- protected
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- final def notifyWarning(message: String): Unit
- Attributes
- protected
- Definition Classes
- NoMarkerLogging → BusLogging → LoggingAdapter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def warning(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def warning(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def warning(marker: LogMarker, template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def warning(marker: LogMarker, template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message 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
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- final def warning(marker: LogMarker, message: String): Unit
Log message at warning level.
Log 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".
- Definition Classes
- NoMarkerLogging → MarkerLoggingAdapter
- See also
- def warning(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message template with 4 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def warning(template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message template with 3 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def warning(template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message template with 2 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def warning(template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message template with 1 replacement argument.
If
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
- def warning(message: String): Unit
Log message at warning level.
Log message at warning level.
- Definition Classes
- LoggingAdapter
- See also
- def warning(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
Message template with 4 replacement arguments.
Message template with 4 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def warning(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
Message template with 3 replacement arguments.
Message template with 3 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def warning(cause: Throwable, template: String, arg1: Any, arg2: Any): Unit
Message template with 2 replacement arguments.
Message template with 2 replacement arguments.
- Definition Classes
- LoggingAdapter
- See also
- def warning(cause: Throwable, template: String, arg1: Any): Unit
Message template with 1 replacement argument.
Message template with 1 replacement argument.
If
arg1
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
- def warning(cause: Throwable, message: String): Unit
Log message at warning level, including the exception that indicated the warning.
Log message at warning level, including the exception that indicated the warning.
- Definition Classes
- LoggingAdapter
- See also