case class IndentingWriterLogger(getLogMessage: (String, LogLevel) ⇒ String, indent: String = " ") extends TreeLogger[[β$0$]WriterT[[A]A, String, β$0$], String] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndentingWriterLogger
- 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: WriterT[[A]A, String, A])(implicit ambientLevel: LogLevel): WriterT[[A]A, String, 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[[β$0$]WriterT[[A]A, String, β$0$]]): WriterT[[A]A, String, Unit]
- Definition Classes
- Logger
-
final
def
debugBranch[A](msg: String)(body: WriterT[[A]A, String, A])(implicit ambientLevel: LogLevel): WriterT[[A]A, String, A]
- Definition Classes
- TreeLogger
-
def
emit(msg: String, logLevel: LogLevel): Writer[String, Unit]
- Definition Classes
- IndentingWriterLogger → Logger
-
def
emitBranch[A](msg: String, logLevel: LogLevel)(body: Writer[String, A]): Writer[String, A]
- Definition Classes
- IndentingWriterLogger → TreeLogger
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
error(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[[β$0$]WriterT[[A]A, String, β$0$]]): WriterT[[A]A, String, Unit]
- Definition Classes
- Logger
-
final
def
errorBranch[A](msg: String)(body: WriterT[[A]A, String, A])(implicit ambientLevel: LogLevel): WriterT[[A]A, String, A]
- Definition Classes
- TreeLogger
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getLogMessage: (String, LogLevel) ⇒ String
- val indent: String
-
final
def
info(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[[β$0$]WriterT[[A]A, String, β$0$]]): WriterT[[A]A, String, Unit]
- Definition Classes
- Logger
-
final
def
infoBranch[A](msg: String)(body: WriterT[[A]A, String, A])(implicit ambientLevel: LogLevel): WriterT[[A]A, String, A]
- Definition Classes
- TreeLogger
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
log(msg: String, level: LogLevel)(implicit ambientLevel: LogLevel, F: Applicative[[β$0$]WriterT[[A]A, String, β$0$]]): WriterT[[A]A, String, 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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
trace(msg: String)(implicit ambientLevel: LogLevel, F: Applicative[[β$0$]WriterT[[A]A, String, β$0$]]): WriterT[[A]A, String, Unit]
- Definition Classes
- Logger
-
final
def
traceBranch[A](msg: String)(body: WriterT[[A]A, String, A])(implicit ambientLevel: LogLevel): WriterT[[A]A, String, 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[[β$0$]WriterT[[A]A, String, β$0$]]): WriterT[[A]A, String, Unit]
- Definition Classes
- Logger
-
final
def
warnBranch[A](msg: String)(body: WriterT[[A]A, String, A])(implicit ambientLevel: LogLevel): WriterT[[A]A, String, A]
- Definition Classes
- TreeLogger
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated