Package

com.tersesystems.blindsight

mixins

Permalink

package mixins

Visibility
  1. Public
  2. All

Type Members

  1. trait ConditionMixin extends AnyRef

    Permalink

    A conditional logger mixin.

  2. trait EntryTransformMixin extends AnyRef

    Permalink

    Adds the ability for logged entries to go though a transformation before being sent to SLF4J.

  3. trait EventBufferMixin extends AnyRef

    Permalink
  4. trait MarkerMixin extends AnyRef

    Permalink

    A logger mixin that accumulates marker state.

  5. trait OnConditionMixin extends ConditionMixin

    Permalink
  6. trait PredicateMixin[Predicate] extends AnyRef

    Permalink

    A mixin that gives the predicate instance for this level.

    A mixin that gives the predicate instance for this level.

    Predicate

    the predicate type.

  7. trait SemanticMarkerMixin[StatementType] extends AnyRef

    Permalink

    A marker mixin that returns a new instance of the logger with the marker always applied.

    A marker mixin that returns a new instance of the logger with the marker always applied.

    StatementType

    the type class instance of com.tersesystems.blindsight.ToStatement.

  8. trait UnderlyingMixin extends AnyRef

    Permalink

    A mixin that provides the underlying SLF4J loggern.

Ungrouped