case class TimingDelayedLogger(buffer: Ref[IO, List[List[String]]], branchBeginTimesMillis: Ref[IO, List[Long]], emitMessage: (String) => IO[Unit])(implicit timer: Timer[IO]) extends RewindingLogger[IO, String] with SequentialEphemeralTreeLogger[IO, String] with ProgressBarLogger[IO] with Product with Serializable

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

Instance Constructors

  1. new TimingDelayedLogger(buffer: Ref[IO, List[List[String]]], branchBeginTimesMillis: Ref[IO, List[Long]], emitMessage: (String) => IO[Unit])(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 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 branchBeginTimesMillis: Ref[IO, List[Long]]
  12. val buffer: Ref[IO, List[List[String]]]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def commit: IO[Unit]

    Commit the last checkpoint, keeping logs and folding the last two checkpoints together.

    Commit the last checkpoint, keeping logs and folding the last two checkpoints together.

    Definition Classes
    TimingDelayedLoggerRewindingLogger
  15. final def debug(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  16. final def debugBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  17. val defaultBarLength: Int
    Definition Classes
    ProgressBarLogger
  18. def emit(msg: String, logLevel: LogLevel): IO[Unit]
    Definition Classes
    TimingDelayedLoggerLogger
  19. def emitBareMsg(msg: String, logLevel: LogLevel): IO[Unit]
  20. def emitBranch[A](msg: String, logLevel: LogLevel)(body: IO[A]): IO[A]
    Definition Classes
    SequentialTreeLoggerTreeLogger
  21. val emitMessage: (String) => IO[Unit]
  22. def emitProgress(prefix: Option[String], sizeHint: Option[Long], logLevel: LogLevel, current: Long): IO[Unit]
    Definition Classes
    ProgressBarLoggerEphemeralLogger
  23. def endBlock: IO[Unit]
  24. def endBranch(logLevel: LogLevel): IO[Unit]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def error(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  27. final def errorBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  28. def flush: IO[Unit]

    Flush a pending restore, i.e., force lazy deletes through.

    Flush a pending restore, i.e., force lazy deletes through.

    Definition Classes
    TimingDelayedLoggerRewindingLoggerEphemeralLogger
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def getIterationLabel(prefixOpt: Option[String], cur: Long): String
    Definition Classes
    ProgressBarLogger
  31. def getLoggableLineLength: IO[Option[Int]]
  32. def getLoggableLineLength(implicit F: Applicative[IO]): IO[Option[Int]]
    Definition Classes
    EphemeralLogger
  33. def getProgressBar(prefix: Option[String], length: Int, total: Long, cur: Long): String
    Definition Classes
    ProgressBarLogger
  34. final def info(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  35. final def infoBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  36. val intermediateBarChars: Vector[String]
    Definition Classes
    ProgressBarLogger
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. val leftBoundaryChar: String
    Definition Classes
    ProgressBarLogger
  39. def log(msg: String, level: LogLevel)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  40. def logProgress(prefix: Option[String], sizeHint: Option[Long], level: LogLevel, current: Long)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    EphemeralLogger
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. def productElementNames: Iterator[String]
    Definition Classes
    Product
  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 restore: IO[Unit]

    Restore to the last checkpoint, deleting logs and the checkpoint.

    Restore to the last checkpoint, deleting logs and the checkpoint. Can delete logs lazily, i.e., wait until the next log op to do so.

    Definition Classes
    TimingDelayedLoggerRewindingLogger
  47. def rewind: IO[Unit]

    Restore to last checkpoint without deleting it.

    Restore to last checkpoint without deleting it.

    Definition Classes
    RewindingLoggerEphemeralLogger
  48. val rightBoundaryChar: String
    Definition Classes
    ProgressBarLogger
  49. def save: IO[Unit]

    Save a new checkpoint.

    Save a new checkpoint.

    Definition Classes
    TimingDelayedLoggerRewindingLogger
  50. val spaceChar: String
    Definition Classes
    ProgressBarLogger
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. final def trace(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  53. final def traceBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def warn(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
    Definition Classes
    Logger
  58. final def warnBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
    Definition Classes
    TreeLogger
  59. 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
  60. def wrapProgressInnerUsesPrefix: Boolean
    Definition Classes
    EphemeralTreeLoggerEphemeralLogger
  61. 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 Product

Inherited from Equals

Inherited from ProgressBarLogger[IO]

Inherited from SequentialEphemeralTreeLogger[IO, String]

Inherited from EphemeralTreeLogger[IO, String]

Inherited from SequentialTreeLogger[IO, String]

Inherited from TreeLogger[IO, String]

Inherited from RewindingLogger[IO, String]

Inherited from SequentialEphemeralLogger[IO, String]

Inherited from EphemeralLogger[IO, String]

Inherited from Logger[IO, String]

Inherited from AnyRef

Inherited from Any

Ungrouped