Trait/Object

com.tersesystems.blindsight.fluent

FluentLogger

Related Docs: object FluentLogger | package fluent

Permalink

trait FluentLogger extends SLF4JLoggerAPI[CorePredicate, FluentMethod] with MarkerMixin with UnderlyingMixin with EntryTransformMixin with EventBufferMixin with OnConditionMixin

The fluent logger trait.

val fluentLogger: FluentLogger = LoggerFactory.getLogger.fluent
fluentLogger.info.message("I am a fluent logger").log()
Source
FluentLogger.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FluentLogger
  2. OnConditionMixin
  3. ConditionMixin
  4. EventBufferMixin
  5. EntryTransformMixin
  6. UnderlyingMixin
  7. MarkerMixin
  8. SLF4JLoggerAPI
  9. Error
  10. Warn
  11. Info
  12. Debug
  13. Trace
  14. SLF4JLoggerComponent
  15. AnyRef
  16. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Method = FluentMethod

    Permalink
    Definition Classes
    FluentLoggerSLF4JLoggerComponent
  2. type Predicate = CorePredicate

    Permalink
    Definition Classes
    FluentLoggerSLF4JLoggerComponent
  3. type Self = FluentLogger

    Permalink

Abstract Value Members

  1. abstract def debug: Method

    Permalink
    Definition Classes
    Debug
  2. abstract def error: Method

    Permalink
    Definition Classes
    Error
  3. abstract def info: Method

    Permalink
    Definition Classes
    Info
  4. abstract def isDebugEnabled: Predicate

    Permalink
    Definition Classes
    Debug
  5. abstract def isErrorEnabled: Predicate

    Permalink
    Definition Classes
    Error
  6. abstract def isInfoEnabled: Predicate

    Permalink
    Definition Classes
    Info
  7. abstract def isTraceEnabled: Predicate

    Permalink
    Definition Classes
    Trace
  8. abstract def isWarnEnabled: Predicate

    Permalink
    Definition Classes
    Warn
  9. abstract def markers: Markers

    Permalink

    Returns the accumulated markers of this logger.

    Returns the accumulated markers of this logger.

    returns

    the accumulated markers, may be Markers.empty.

    Definition Classes
    MarkerMixin
  10. abstract def trace: Method

    Permalink
    Definition Classes
    Trace
  11. abstract def underlying: org.slf4j.Logger

    Permalink
    Definition Classes
    UnderlyingMixin
  12. abstract def warn: Method

    Permalink
    Definition Classes
    Warn
  13. abstract def withCondition(condition: Condition): Self

    Permalink

    Returns a new instance of the logger that will only log if the condition is met.

    Returns a new instance of the logger that will only log if the condition is met.

    Definition Classes
    ConditionMixin
  14. abstract def withEntryTransform(f: (Entry) ⇒ Entry): Self

    Permalink
    Definition Classes
    EntryTransformMixin
  15. abstract def withEntryTransform(level: Level, f: (Entry) ⇒ Entry): Self

    Permalink
    Definition Classes
    EntryTransformMixin
  16. abstract def withEventBuffer(level: Level, buffer: EventBuffer): Self

    Permalink
    Definition Classes
    EventBufferMixin
  17. abstract def withEventBuffer(buffer: EventBuffer): Self

    Permalink
    Definition Classes
    EventBufferMixin
  18. abstract def withMarker[T](instance: T)(implicit arg0: ToMarkers[T]): Self

    Permalink

    Returns a logger which will always render with the given marker.

    Returns a logger which will always render with the given marker.

    T

    the instance type.

    instance

    a type class instance of ToMarkers

    returns

    a new instance of the logger that has this marker.

    Definition Classes
    MarkerMixin

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from FluentLogger to any2stringadd[FluentLogger] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (FluentLogger, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from FluentLogger to ArrowAssoc[FluentLogger] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def ensuring(cond: (FluentLogger) ⇒ Boolean, msg: ⇒ Any): FluentLogger

    Permalink
    Implicit information
    This member is added by an implicit conversion from FluentLogger to Ensuring[FluentLogger] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (FluentLogger) ⇒ Boolean): FluentLogger

    Permalink
    Implicit information
    This member is added by an implicit conversion from FluentLogger to Ensuring[FluentLogger] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): FluentLogger

    Permalink
    Implicit information
    This member is added by an implicit conversion from FluentLogger to Ensuring[FluentLogger] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): FluentLogger

    Permalink
    Implicit information
    This member is added by an implicit conversion from FluentLogger to Ensuring[FluentLogger] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from FluentLogger to StringFormat[FluentLogger] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def [B](y: B): (FluentLogger, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from FluentLogger to ArrowAssoc[FluentLogger] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def onCondition(condition: Condition): Self

    Permalink

    Returns a new instance of the logger that will only log if the condition is met.

    Returns a new instance of the logger that will only log if the condition is met.

    Definition Classes
    OnConditionMixin
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Use withCondition

Inherited from OnConditionMixin

Inherited from ConditionMixin

Inherited from EventBufferMixin

Inherited from EntryTransformMixin

Inherited from UnderlyingMixin

Inherited from MarkerMixin

Inherited from Error[CorePredicate, FluentMethod]

Inherited from Warn[CorePredicate, FluentMethod]

Inherited from Info[CorePredicate, FluentMethod]

Inherited from Debug[CorePredicate, FluentMethod]

Inherited from Trace[CorePredicate, FluentMethod]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from FluentLogger to any2stringadd[FluentLogger]

Inherited by implicit conversion StringFormat from FluentLogger to StringFormat[FluentLogger]

Inherited by implicit conversion Ensuring from FluentLogger to Ensuring[FluentLogger]

Inherited by implicit conversion ArrowAssoc from FluentLogger to ArrowAssoc[FluentLogger]

Ungrouped