Packages

case class Tee[F[_], Msg](first: SequentialEphemeralTreeLogger[F, Msg], second: SequentialEphemeralTreeLogger[F, Msg])(implicit evidence$2: Monad[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. Tee
  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 Tee(first: SequentialEphemeralTreeLogger[F, Msg], second: SequentialEphemeralTreeLogger[F, Msg])(implicit arg0: Monad[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
    TeeSequentialEphemeralLogger
  7. def beginBranch(msg: Msg, logLevel: LogLevel): F[Unit]
    Definition Classes
    TeeSequentialTreeLogger
  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. final def debug(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  12. final def debugBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  13. def emit(msg: Msg, level: LogLevel): F[Unit]
    Definition Classes
    TeeLogger
  14. def emitBranch[A](msg: Msg, logLevel: LogLevel)(body: F[A]): F[A]
    Definition Classes
    SequentialTreeLoggerTreeLogger
  15. def emitProgress(prefix: Option[Msg], sizeHint: Option[Long], logLevel: LogLevel, current: Long): F[Unit]
    Definition Classes
    TeeEphemeralLogger
  16. def endBlock: F[Unit]
    Definition Classes
    TeeSequentialEphemeralLogger
  17. def endBranch(logLevel: LogLevel): F[Unit]
    Definition Classes
    TeeSequentialTreeLogger
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def error(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  20. final def errorBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  21. val first: SequentialEphemeralTreeLogger[F, Msg]
  22. 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
    TeeEphemeralLogger
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getLoggableLineLength(implicit F: Applicative[F]): F[Option[Int]]
    Definition Classes
    EphemeralLogger
  25. final def info(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  26. final def infoBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def log(msg: Msg, level: LogLevel)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  29. def logProgress(prefix: Option[Msg], sizeHint: Option[Long], level: LogLevel, current: Long)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    EphemeralLogger
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def progressEnd[A](prefix: Msg, logLevel: LogLevel, sizeHint: Option[Long], total: Long)(implicit F: Monad[F], ambientLevel: LogLevel): F[Unit]
    Definition Classes
    EphemeralLogger
  34. 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
    TeeEphemeralLogger
  35. val second: SequentialEphemeralTreeLogger[F, Msg]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. final def trace(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  38. final def traceBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def warn(msg: Msg)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
    Definition Classes
    Logger
  43. final def warnBranch[A](msg: Msg)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
    Definition Classes
    TreeLogger
  44. 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
  45. def wrapProgressInnerUsesPrefix: Boolean
    Definition Classes
    EphemeralTreeLoggerEphemeralLogger
  46. 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