o

akka.event

NoLogging

object NoLogging extends LoggingAdapter

NoLogging is a LoggingAdapter that does absolutely nothing – no logging at all.

Source
Logging.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoLogging
  2. LoggingAdapter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type MDC = Map[String, Any]
    Definition Classes
    LoggingAdapter

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. 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

    LoggingAdapter

  7. 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

    LoggingAdapter

  8. 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

    LoggingAdapter

  9. def debug(template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  10. def debug(message: String): Unit

    Log message at debug level.

    Log message at debug level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. 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

    LoggingAdapter

  14. 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

    LoggingAdapter

  15. 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

    LoggingAdapter

  16. def error(template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  17. 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

    LoggingAdapter

  18. 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

    LoggingAdapter

  19. 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

    LoggingAdapter

  20. 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

    LoggingAdapter

  21. def error(cause: Throwable, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  22. 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

    LoggingAdapter

  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def format(t: String, arg: Any*): String
    Definition Classes
    LoggingAdapter
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. def getInstance: NoLogging.type

    Java API to return the reference to NoLogging

    Java API to return the reference to NoLogging

    returns

    The NoLogging instance

  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  28. 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

    LoggingAdapter

  29. 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

    LoggingAdapter

  30. 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

    LoggingAdapter

  31. def info(template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  32. def info(message: String): Unit

    Log message at info level.

    Log message at info level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  33. final def isDebugEnabled: Boolean
    Definition Classes
    NoLoggingLoggingAdapter
  34. final def isEnabled(level: LogLevel): Boolean

    returns

    true if the specified log level is enabled

    Definition Classes
    LoggingAdapter
  35. final def isErrorEnabled: Boolean
    Definition Classes
    NoLoggingLoggingAdapter
  36. final def isInfoEnabled: Boolean
    Definition Classes
    NoLoggingLoggingAdapter
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def isWarningEnabled: Boolean
    Definition Classes
    NoLoggingLoggingAdapter
  39. 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
  40. 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
  41. 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
  42. def log(level: LogLevel, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
  43. def log(level: LogLevel, message: String): Unit

    Log message at the specified log level.

    Log message at the specified log level.

    Definition Classes
    LoggingAdapter
  44. def mdc: Logging.MDC
    Definition Classes
    LoggingAdapter
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  48. final def notifyDebug(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoLoggingLoggingAdapter
  49. final def notifyError(cause: Throwable, message: String): Unit
    Attributes
    protected
    Definition Classes
    NoLoggingLoggingAdapter
  50. final def notifyError(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoLoggingLoggingAdapter
  51. final def notifyInfo(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoLoggingLoggingAdapter
  52. final def notifyLog(level: LogLevel, message: String): Unit
    Definition Classes
    LoggingAdapter
  53. final def notifyWarning(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoLoggingLoggingAdapter
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. 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

    LoggingAdapter

  60. 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

    LoggingAdapter

  61. 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

    LoggingAdapter

  62. def warning(template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  63. def warning(message: String): Unit

    Log message at warning level.

    Log message at warning level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any

Ungrouped