com.tersesystems.blindsight.slf4j.SLF4JLogger
See theSLF4JLogger companion object
trait SLF4JLogger extends SLF4JLoggerAPI[CorePredicate, StrictSLF4JMethod] with MarkerMixin with UnderlyingMixin with EntryTransformMixin with EventBufferMixin with ConditionMixin with OnConditionMixin
Public SLF4J Logger interface. This is intended for the end user.
val markers = Markers(bobj("key" -> "value"))
val message = "message arg1={} arg2={} arg3={}"
val arguments: Arguments = Arguments("arg1", 42, true)
val e = new RuntimeException("whoops")
logger.info(markers, message, arguments, e);
Attributes
- Companion:
- object
- Source:
- SLF4JLogger.scala
- Graph
- Supertypes
- trait OnConditionMixintrait ConditionMixintrait EventBufferMixintrait EntryTransformMixintrait UnderlyingMixintrait MarkerMixinclass Objecttrait Matchableclass Any
- Known subtypes