case class IndentingLogger(indentLevel: Ref[IO, Int], putLog: (String, LogLevel) ⇒ IO[Unit], getIndent: (Int) ⇒ String = i => " " * i) extends TreeLogger[IO, String] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndentingLogger
- Serializable
- Serializable
- Product
- Equals
- TreeLogger
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
-
def
branch[A](msg: String, logLevel: LogLevel)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
- Definition Classes
- TreeLogger
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
debug(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
- Definition Classes
- Logger
-
final
def
debugBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
- Definition Classes
- TreeLogger
-
def
emit(msg: String, logLevel: LogLevel): IO[Unit]
- Definition Classes
- IndentingLogger → Logger
-
def
emitBranch[A](msg: String, logLevel: LogLevel)(body: IO[A]): IO[A]
- Definition Classes
- IndentingLogger → TreeLogger
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
error(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
- Definition Classes
- Logger
-
final
def
errorBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
- Definition Classes
- TreeLogger
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getIndent: (Int) ⇒ String
- val indentLevel: Ref[IO, Int]
-
final
def
info(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
- Definition Classes
- Logger
-
final
def
infoBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
- Definition Classes
- TreeLogger
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
log(msg: String, level: LogLevel)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
- Definition Classes
- Logger
-
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()
- val putLog: (String, LogLevel) ⇒ IO[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
trace(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[IO]): IO[Unit]
- Definition Classes
- Logger
-
final
def
traceBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
- Definition Classes
- TreeLogger
-
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[IO]): IO[Unit]
- Definition Classes
- Logger
-
final
def
warnBranch[A](msg: String)(body: IO[A])(implicit ambientLevel: LogLevel): IO[A]
- Definition Classes
- TreeLogger
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated