case class TimingEphemeralTreeConsoleLogger(logger: RewindingConsoleLineLogger, branchBeginTimesMillis: Ref[IO, List[Long]], createLogMessage: (String, LogLevel) ⇒ String, minElapsedTimeToLog: FiniteDuration = FiniteDuration(1, duration.SECONDS))(implicit timer: Timer[IO]) extends EphemeralTreeLogger[IO, String] with ProgressBarLogger[IO] with Product with Serializable

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

Instance Constructors

  1. new TimingEphemeralTreeConsoleLogger(logger: RewindingConsoleLineLogger, branchBeginTimesMillis: Ref[IO, List[Long]], createLogMessage: (String, LogLevel) ⇒ String, minElapsedTimeToLog: FiniteDuration = FiniteDuration(1, duration.SECONDS))(implicit timer: Timer[IO])

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 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
    TimingEphemeralTreeConsoleLoggerEphemeralLogger
  8. def branch[A](msg: String, logLevel: LogLevel)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    EphemeralTreeLoggerTreeLogger
  9. val branchBeginTimesMillis: Ref[IO, List[Long]]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. val createLogMessage: (String, LogLevel) ⇒ String
  12. final def debug(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  13. final def debugBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  14. val defaultBarLength: Int
    Definition Classes
    ProgressBarLogger
  15. def emit(msg: String, logLevel: LogLevel): IO[Unit]
  16. def emitBranch[A](msg: String, logLevel: LogLevel)(body: IO[A]): IO[A]
  17. def emitProgress(prefix: Option[String], sizeHint: Option[Long], logLevel: LogLevel, current: Long): IO[Unit]
    Definition Classes
    ProgressBarLoggerEphemeralLogger
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def error(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  20. final def errorBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  21. 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
    TimingEphemeralTreeConsoleLoggerEphemeralLogger
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def getIterationLabel(prefixOpt: Option[String], cur: Long): String
    Definition Classes
    ProgressBarLogger
  24. def getLoggableLineLength: IO[Option[Int]]
  25. def getLoggableLineLength(implicit F: Applicative[IO]): IO[Option[Int]]
    Definition Classes
    EphemeralLogger
  26. def getProgressBar(prefix: Option[String], length: Int, total: Long, cur: Long): String
    Definition Classes
    ProgressBarLogger
  27. final def info(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  28. final def infoBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  29. val intermediateBarChars: Vector[String]
    Definition Classes
    ProgressBarLogger
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val leftBoundaryChar: String
    Definition Classes
    ProgressBarLogger
  32. def log(msg: String, level: LogLevel)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  33. def logProgress(prefix: Option[String], sizeHint: Option[Long], level: LogLevel, current: Long)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    EphemeralLogger
  34. val logger: RewindingConsoleLineLogger
  35. val minElapsedTimeToLog: FiniteDuration
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def progressEnd[A](prefix: String, logLevel: LogLevel, sizeHint: Option[Long], total: Long)(implicit F: Monad[IO], ambientLevel: LogLevel): IO[Unit]
    Definition Classes
    EphemeralLogger
  40. 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
    TimingEphemeralTreeConsoleLoggerEphemeralLogger
  41. val rightBoundaryChar: String
    Definition Classes
    ProgressBarLogger
  42. val spaceChar: String
    Definition Classes
    ProgressBarLogger
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. final def trace(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  45. final def traceBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def warn(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  50. final def warnBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  51. 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
  52. def wrapProgressInnerUsesPrefix: Boolean
    Definition Classes
    EphemeralTreeLoggerEphemeralLogger
  53. 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 EphemeralTreeLogger[IO, String]

Inherited from TreeLogger[IO, String]

Inherited from EphemeralLogger[IO, String]

Inherited from Logger[IO, String]

Inherited from AnyRef

Inherited from Any

Ungrouped