case class EphemeralTreeConsoleLogger(logger: RewindingConsoleLineLogger, distances: Ref[IO, List[Int]], distanceHistory: Ref[IO, List[List[Int]]]) 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. EphemeralTreeConsoleLogger
  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 EphemeralTreeConsoleLogger(logger: RewindingConsoleLineLogger, distances: Ref[IO, List[Int]], distanceHistory: Ref[IO, List[List[Int]]])

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
    EphemeralTreeConsoleLoggerEphemeralLogger
  8. def branch[A](msg: String, logLevel: LogLevel)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    EphemeralTreeLoggerTreeLogger
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def debug(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  11. final def debugBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  12. val defaultBarLength: Int
    Definition Classes
    ProgressBarLogger
  13. val distanceHistory: Ref[IO, List[List[Int]]]
  14. val distances: Ref[IO, List[Int]]
  15. def emit(msg: String, logLevel: LogLevel): IO[Unit]
    Definition Classes
    EphemeralTreeConsoleLoggerLogger
  16. def emitBranch[A](msg: String, logLevel: LogLevel)(body: IO[A]): IO[A]
    Definition Classes
    EphemeralTreeConsoleLoggerTreeLogger
  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
    EphemeralTreeConsoleLoggerEphemeralLogger
  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. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def progressEnd[A](prefix: String, logLevel: LogLevel, sizeHint: Option[Long], total: Long)(implicit F: Monad[IO], ambientLevel: LogLevel): IO[Unit]
    Definition Classes
    EphemeralLogger
  39. 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
    EphemeralTreeConsoleLoggerEphemeralLogger
  40. val rightBoundaryChar: String
    Definition Classes
    ProgressBarLogger
  41. val spaceChar: String
    Definition Classes
    ProgressBarLogger
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. final def trace(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  44. final def traceBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def warn(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  49. final def warnBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  50. 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
  51. def wrapProgressInnerUsesPrefix: Boolean
    Definition Classes
    EphemeralTreeLoggerEphemeralLogger
  52. 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