Packages

object LogManager

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 backgroundLog(data: Settings[Scope], state: State, task: Def.ScopedKey[_], console: Appender, relay: Appender, context: LoggerContext): ManagedLogger
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def consoleLocally(state: State, console: Appender): Option[Appender]
  8. def construct(data: Settings[Scope], state: State): (Def.ScopedKey[_], PrintWriter) ⇒ ManagedLogger
    Annotations
    @nowarn()
  9. def constructBackgroundLog(data: Settings[Scope], state: State, context: LoggerContext): (Def.ScopedKey[_]) ⇒ ManagedLogger
  10. def defaultLogger(data: Settings[Scope], state: State, task: Def.ScopedKey[_], console: Appender, backed: Appender, relay: Appender, extra: List[Appender], context: LoggerContext): ManagedLogger
  11. def defaultManager(console: ConsoleOut): LogManager
  12. val defaultRelay: (Unit) ⇒ ConsoleAppender
  13. def defaultTraceLevel(state: State): Int
  14. def defaults(extra: AppenderSupplier, console: ConsoleOut): LogManager
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getOr[T](key: AttributeKey[T], data: Settings[Scope], scope: Scope, state: State, default: T): T
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def setGlobalLogLevel(s: State, level: util.Level.Value): State
  26. def suppressedMessage(key: Def.ScopedKey[_], state: State): (SuppressedTraceContext) ⇒ Option[String]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def unwrapStreamsKey(key: Def.ScopedKey[_]): Def.ScopedKey[_]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. def withLoggers(screen: (Def.ScopedKey[_], State) ⇒ Appender = ..., backed: (PrintWriter) ⇒ Appender = defaultBacked, relay: (Unit) ⇒ Appender = defaultRelay, extra: AppenderSupplier = _ => Nil): LogManager
  34. def withScreenLogger(mk: (Def.ScopedKey[_], State) ⇒ Appender): LogManager

Deprecated Value Members

  1. def constructBackgroundLog(data: Settings[Scope], state: State): (Def.ScopedKey[_]) ⇒ ManagedLogger
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) Use alternate constructBackgroundLog that provides a LoggerContext

  2. def defaultLogger(data: Settings[Scope], state: State, task: Def.ScopedKey[_], console: Appender, backed: Appender, relay: Appender, extra: List[Appender]): ManagedLogger
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Use defaultLogger that provides a LoggerContext

  3. def defaults(extra: (Def.ScopedKey[_]) ⇒ Seq[Appender], console: ConsoleOut): LogManager
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use defaults that takes AppenderSupplier instead of ScopedKey[_] => Seq[Appender]

Inherited from AnyRef

Inherited from Any

Ungrouped