Packages

c

net.sc8s.akka.stream

IzLoggingAdapter

class IzLoggingAdapter extends LoggingAdapter

Linear Supertypes
LoggingAdapter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IzLoggingAdapter
  2. LoggingAdapter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IzLoggingAdapter(izLogger: IzLogger)

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def debug(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
    Definition Classes
    LoggingAdapter
  7. def debug(template: String, arg1: Any, arg2: Any, arg3: Any): Unit
    Definition Classes
    LoggingAdapter
  8. def debug(template: String, arg1: Any, arg2: Any): Unit
    Definition Classes
    LoggingAdapter
  9. def debug(template: String, arg1: Any): Unit
    Definition Classes
    LoggingAdapter
  10. def debug(message: String): Unit
    Definition Classes
    LoggingAdapter
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def error(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
    Definition Classes
    LoggingAdapter
  14. def error(template: String, arg1: Any, arg2: Any, arg3: Any): Unit
    Definition Classes
    LoggingAdapter
  15. def error(template: String, arg1: Any, arg2: Any): Unit
    Definition Classes
    LoggingAdapter
  16. def error(template: String, arg1: Any): Unit
    Definition Classes
    LoggingAdapter
  17. def error(message: String): Unit
    Definition Classes
    LoggingAdapter
  18. def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
    Definition Classes
    LoggingAdapter
  19. def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
    Definition Classes
    LoggingAdapter
  20. def error(cause: Throwable, template: String, arg1: Any, arg2: Any): Unit
    Definition Classes
    LoggingAdapter
  21. def error(cause: Throwable, template: String, arg1: Any): Unit
    Definition Classes
    LoggingAdapter
  22. def error(cause: Throwable, message: String): Unit
    Definition Classes
    LoggingAdapter
  23. def format(t: String, arg: Any*): String
    Definition Classes
    LoggingAdapter
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def info(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
    Definition Classes
    LoggingAdapter
  27. def info(template: String, arg1: Any, arg2: Any, arg3: Any): Unit
    Definition Classes
    LoggingAdapter
  28. def info(template: String, arg1: Any, arg2: Any): Unit
    Definition Classes
    LoggingAdapter
  29. def info(template: String, arg1: Any): Unit
    Definition Classes
    LoggingAdapter
  30. def info(message: String): Unit
    Definition Classes
    LoggingAdapter
  31. def isDebugEnabled: Boolean
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  32. final def isEnabled(level: LogLevel): Boolean
    Definition Classes
    LoggingAdapter
  33. def isErrorEnabled: Boolean
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  34. def isInfoEnabled: Boolean
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isWarningEnabled: Boolean
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  37. def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
    Definition Classes
    LoggingAdapter
  38. def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any): Unit
    Definition Classes
    LoggingAdapter
  39. def log(level: LogLevel, template: String, arg1: Any, arg2: Any): Unit
    Definition Classes
    LoggingAdapter
  40. def log(level: LogLevel, template: String, arg1: Any): Unit
    Definition Classes
    LoggingAdapter
  41. def log(level: LogLevel, message: String): Unit
    Definition Classes
    LoggingAdapter
  42. def mdc: akka.event.Logging.MDC
    Definition Classes
    LoggingAdapter
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. def notifyDebug(message: String): Unit
    Attributes
    protected
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  47. def notifyError(cause: Throwable, message: String): Unit
    Attributes
    protected
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  48. def notifyError(message: String): Unit
    Attributes
    protected
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  49. def notifyInfo(message: String): Unit
    Attributes
    protected
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  50. final def notifyLog(level: LogLevel, message: String): Unit
    Definition Classes
    LoggingAdapter
  51. def notifyWarning(message: String): Unit
    Attributes
    protected
    Definition Classes
    IzLoggingAdapter → LoggingAdapter
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. def warning(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit
    Definition Classes
    LoggingAdapter
  58. def warning(template: String, arg1: Any, arg2: Any, arg3: Any): Unit
    Definition Classes
    LoggingAdapter
  59. def warning(template: String, arg1: Any, arg2: Any): Unit
    Definition Classes
    LoggingAdapter
  60. def warning(template: String, arg1: Any): Unit
    Definition Classes
    LoggingAdapter
  61. def warning(message: String): Unit
    Definition Classes
    LoggingAdapter

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any

Ungrouped