trait ProgressBarLogger[F[_]] extends EphemeralLogger[F, String]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProgressBarLogger
- EphemeralLogger
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract val F: Monad[F]
-
abstract
def
block[A](fa: F[A]): F[A]
Create a rewind block, wherein calls to
rewindwill rewind to the current stateCreate a rewind block, wherein calls to
rewindwill rewind to the current state- Definition Classes
- EphemeralLogger
-
abstract
def
emit(msg: String, level: LogLevel): F[Unit]
- Definition Classes
- Logger
-
abstract
def
flush: F[Unit]
Flush the buffer to effect the last call to
rewindFlush the buffer to effect the last call to
rewind- Definition Classes
- EphemeralLogger
- abstract def getLoggableLineLength: F[Option[Int]]
-
abstract
def
rewind: F[Unit]
Rewind to the state at the last containing
block; Effectful changes to the log may be done lazilyRewind to the state at the last containing
block; Effectful changes to the log may be done lazily- Definition Classes
- EphemeralLogger
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val barChar: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
debug(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
- Definition Classes
- Logger
- val defaultBarLength: Int
-
def
emitProgress(prefix: Option[String], sizeHint: Option[Long], logLevel: LogLevel, current: Long): F[Unit]
- Definition Classes
- ProgressBarLogger → EphemeralLogger
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
error(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
- Definition Classes
- Logger
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getIterationLabel(prefixOpt: Option[String], cur: Long): String
-
def
getLoggableLineLength(implicit F: Applicative[F]): F[Option[Int]]
- Definition Classes
- EphemeralLogger
- def getProgressBar(prefix: Option[String], length: Int, total: Long, cur: Long): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
info(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
- Definition Classes
- Logger
- val intermediateBarChars: Vector[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val leftBoundaryChar: String
-
def
log(msg: String, level: LogLevel)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
- Definition Classes
- Logger
-
def
logProgress(prefix: Option[String], sizeHint: Option[Long], level: LogLevel, current: Long)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
- Definition Classes
- EphemeralLogger
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
progressEnd[A](prefix: String, logLevel: LogLevel, sizeHint: Option[Long], total: Long)(implicit F: Monad[F], ambientLevel: LogLevel): F[Unit]
- Definition Classes
- EphemeralLogger
- val rightBoundaryChar: String
- val spaceChar: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
trace(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
- Definition Classes
- Logger
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
warn(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[F]): F[Unit]
- Definition Classes
- Logger
-
def
wrapProgressInner[A](prefix: String, logLevel: LogLevel, sizeHint: Option[Long], index: Long)(body: F[A])(implicit F: Monad[F], ambientLevel: LogLevel): F[A]
- Definition Classes
- EphemeralLogger
-
def
wrapProgressInnerUsesPrefix: Boolean
- Definition Classes
- EphemeralLogger
-
def
wrapProgressOuter[A](prefix: String, logLevel: LogLevel)(body: F[A])(implicit ambientLevel: LogLevel): F[A]
- Definition Classes
- EphemeralLogger
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated