case class TimingEphemeralTreeFansiLogger(logger: RewindingConsoleLineLogger, branchInfos: Ref[IO, List[BranchInfo]], justDoneMessageBuffer: Ref[IO, Option[(String, NonEmptyList[LogLevel])]], getLogLevelAttr: (LogLevel) ⇒ Attr, timingAttr: Attr, minElapsedTimeToLog: FiniteDuration = FiniteDuration(1, duration.SECONDS))(implicit timer: Timer[IO]) extends SequentialEphemeralTreeLogger[IO, String] with ProgressBarLogger[IO] with Product with Serializable

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

Instance Constructors

  1. new TimingEphemeralTreeFansiLogger(logger: RewindingConsoleLineLogger, branchInfos: Ref[IO, List[BranchInfo]], justDoneMessageBuffer: Ref[IO, Option[(String, NonEmptyList[LogLevel])]], getLogLevelAttr: (LogLevel) ⇒ Attr, timingAttr: Attr, minElapsedTimeToLog: FiniteDuration = FiniteDuration(1, duration.SECONDS))(implicit timer: Timer[IO])

Type Members

  1. case class Indents(active: String, passive: String, last: String, postLast: String) extends Product with Serializable

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[IO]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val barChar: String
    Definition Classes
    ProgressBarLogger
  7. def beginBlock: IO[Unit]
  8. def beginBranch(msg: String, logLevel: LogLevel): IO[Unit]
  9. def block[A](fa: IO[A]): IO[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
  10. def branch[A](msg: String, logLevel: LogLevel)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    EphemeralTreeLoggerTreeLogger
  11. val branchInfos: Ref[IO, List[BranchInfo]]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. final def debug(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  14. final def debugBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  15. val defaultBarLength: Int
    Definition Classes
    ProgressBarLogger
  16. def emit(msg: String, logLevel: LogLevel): IO[Unit]
    Definition Classes
    TimingEphemeralTreeFansiLoggerLogger
  17. def emitBranch[A](msg: String, logLevel: LogLevel)(body: IO[A]): IO[A]
    Definition Classes
    SequentialTreeLoggerTreeLogger
  18. def emitProgress(prefix: Option[String], sizeHint: Option[Long], logLevel: LogLevel, current: Long): IO[Unit]
    Definition Classes
    ProgressBarLoggerEphemeralLogger
  19. def endBlock: IO[Unit]
  20. def endBranch(logLevel: LogLevel): IO[Unit]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def error(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  23. final def errorBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  24. def flush: IO[Unit]

    Flush the buffer to effect the last call to rewind

    Flush the buffer to effect the last call to rewind

    Definition Classes
    TimingEphemeralTreeFansiLoggerEphemeralLogger
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def getDoneString(message: String, timingString: String, indents: Indents): IO[Str]
  27. def getIterationLabel(prefixOpt: Option[String], cur: Long): String
    Definition Classes
    ProgressBarLogger
  28. val getLogLevelAttr: (LogLevel) ⇒ Attr
  29. def getLoggableLineLength: IO[Option[Int]]
  30. def getLoggableLineLength(implicit F: Applicative[IO]): IO[Option[Int]]
    Definition Classes
    EphemeralLogger
  31. def getProgressBar(prefix: Option[String], length: Int, total: Long, cur: Long): String
    Definition Classes
    ProgressBarLogger
  32. final def info(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  33. final def infoBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  34. val intermediateBarChars: Vector[String]
    Definition Classes
    ProgressBarLogger
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. val justDoneMessageBuffer: Ref[IO, Option[(String, NonEmptyList[LogLevel])]]
  37. val leftBoundaryChar: String
    Definition Classes
    ProgressBarLogger
  38. def log(msg: String, level: LogLevel)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  39. def logProgress(prefix: Option[String], sizeHint: Option[Long], level: LogLevel, current: Long)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    EphemeralLogger
  40. val logger: RewindingConsoleLineLogger
  41. val minElapsedTimeToLog: FiniteDuration
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def progressEnd[A](prefix: String, logLevel: LogLevel, sizeHint: Option[Long], total: Long)(implicit F: Monad[IO], ambientLevel: LogLevel): IO[Unit]
    Definition Classes
    EphemeralLogger
  46. def rewind: IO[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
    TimingEphemeralTreeFansiLoggerEphemeralLogger
  47. val rightBoundaryChar: String
    Definition Classes
    ProgressBarLogger
  48. val spaceChar: String
    Definition Classes
    ProgressBarLogger
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. val timingAttr: Attr
  51. final def trace(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  52. final def traceBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def warn(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  57. final def warnBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  58. def wrapProgressInner[A](prefix: String, logLevel: LogLevel, sizeHint: Option[Long], index: Long)(body: IO[A])(implicit F: Monad[IO], ambientLevel: LogLevel): IO[A]
    Definition Classes
    EphemeralLogger
  59. def wrapProgressInnerUsesPrefix: Boolean
    Definition Classes
    EphemeralTreeLoggerEphemeralLogger
  60. def wrapProgressOuter[A](prefix: String, logLevel: LogLevel)(body: IO[A])(implicit ambientLevel: LogLevel): IO[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 ProgressBarLogger[IO]

Inherited from SequentialEphemeralTreeLogger[IO, String]

Inherited from EphemeralTreeLogger[IO, String]

Inherited from SequentialEphemeralLogger[IO, String]

Inherited from EphemeralLogger[IO, String]

Inherited from SequentialTreeLogger[IO, String]

Inherited from TreeLogger[IO, String]

Inherited from Logger[IO, String]

Inherited from AnyRef

Inherited from Any

Ungrouped