case class Debounced[F[_], Msg](messageQueue: Ref[F, List[List[LogCommand[Msg]]]], innerLogger: SequentialEphemeralTreeLogger[F, Msg], debounceTime: FiniteDuration)(implicit evidence$1: Concurrent[F], evidence$2: Timer[F]) extends SequentialEphemeralTreeLogger[F, Msg] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SequentialEphemeralTreeLogger[F, Msg], EphemeralTreeLogger[F, Msg], SequentialEphemeralLogger[F, Msg], EphemeralLogger[F, Msg], SequentialTreeLogger[F, Msg], TreeLogger[F, Msg], Logger[F, Msg], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Debounced
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SequentialEphemeralTreeLogger
  7. EphemeralTreeLogger
  8. SequentialEphemeralLogger
  9. EphemeralLogger
  10. SequentialTreeLogger
  11. TreeLogger
  12. Logger
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Debounced(messageQueue: Ref[F, List[List[LogCommand[Msg]]]], innerLogger: SequentialEphemeralTreeLogger[F, Msg], debounceTime: FiniteDuration)(implicit arg0: Concurrent[F], arg1: Timer[F])

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. val F: Monad[F]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def beginBlock: F[Unit]
    Definition Classes
    DebouncedSequentialEphemeralLogger
  7. def beginBranch(msg: Msg, logLevel: LogLevel): F[Unit]
    Definition Classes
    DebouncedSequentialTreeLogger
  8. def block[A](fa: F[A]): F[A]

    Create a rewind block, wherein calls to rewind will rewind to the current state

    Create a rewind block, wherein calls to rewind will rewind to the current state

    Definition Classes
    SequentialEphemeralLoggerEphemeralLogger
  9. def branch[A](msg: Msg, logLevel: LogLevel)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    EphemeralTreeLoggerTreeLogger
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def debounce: F[Unit]
  12. val debounceTime: FiniteDuration
  13. final def debug(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  14. final def debugBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  15. def emit(msg: Msg, logLevel: LogLevel): F[Unit]
    Definition Classes
    DebouncedLogger
  16. def emitBranch[A](msg: Msg, logLevel: LogLevel)(body: F[A]): F[A]
    Definition Classes
    SequentialTreeLoggerTreeLogger
  17. def emitProgress(prefix: Option[Msg], sizeHint: Option[Long], logLevel: LogLevel, current: Long): F[Unit]
    Definition Classes
    DebouncedEphemeralLogger
  18. def endBlock: F[Unit]
    Definition Classes
    DebouncedSequentialEphemeralLogger
  19. def endBranch(logLevel: LogLevel): F[Unit]
    Definition Classes
    DebouncedSequentialTreeLogger
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def error(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  22. final def errorBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  23. def flush: F[Unit]

    Flush the buffer to effect the last call to rewind

    Flush the buffer to effect the last call to rewind

    Definition Classes
    DebouncedEphemeralLogger
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def getLoggableLineLength(implicit F: Applicative[F]): F[Option[Int]]
    Definition Classes
    EphemeralLogger
  26. final def info(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  27. final def infoBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  28. val innerLogger: SequentialEphemeralTreeLogger[F, Msg]
  29. def isDebouncing: F[Boolean]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def log(msg: Msg, level: LogLevel)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  32. def logProgress(prefix: Option[Msg], sizeHint: Option[Long], level: LogLevel, current: Long)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    EphemeralLogger
  33. val messageQueue: Ref[F, List[List[LogCommand[Msg]]]]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def progressEnd[A](prefix: Msg, logLevel: LogLevel, sizeHint: Option[Long], total: Long)(implicit F: Monad[F], ambientLevel: LogLevel): F[Unit]
    Definition Classes
    EphemeralLogger
  38. def rewind: F[Unit]

    Rewind to the state at the last containing block; Effectful changes to the log may be done lazily

    Rewind to the state at the last containing block; Effectful changes to the log may be done lazily

    Definition Classes
    DebouncedEphemeralLogger
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. final def trace(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  41. final def traceBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def warn(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  46. final def warnBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  47. def wrapProgressInner[A](prefix: Msg, logLevel: LogLevel, sizeHint: Option[Long], index: Long)(body: F[A])(implicit F: Monad[F], ambientLevel: LogLevel): F[A]
    Definition Classes
    EphemeralLogger
  48. def wrapProgressInnerUsesPrefix: Boolean
    Definition Classes
    EphemeralTreeLoggerEphemeralLogger
  49. def wrapProgressOuter[A](prefix: Msg, logLevel: LogLevel)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    EphemeralTreeLoggerEphemeralLogger

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SequentialEphemeralTreeLogger[F, Msg]

Inherited from EphemeralTreeLogger[F, Msg]

Inherited from SequentialEphemeralLogger[F, Msg]

Inherited from EphemeralLogger[F, Msg]

Inherited from SequentialTreeLogger[F, Msg]

Inherited from TreeLogger[F, Msg]

Inherited from Logger[F, Msg]

Inherited from AnyRef

Inherited from Any

Ungrouped