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