Package

com.tersesystems.blindsight

fluent

Permalink

package fluent

Visibility
  1. Public
  2. All

Type Members

  1. trait FluentAPI extends AnyRef

    Permalink

    This trait is used for a fluent API builder.

    This trait is used for a fluent API builder. It defers calling the arguments until the build method is called, so everything here is call-by-name.

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

    Permalink

    The fluent logger trait.

    The fluent logger trait.

    val fluentLogger: FluentLogger = LoggerFactory.getLogger.fluent
    fluentLogger.info.message("I am a fluent logger").log()
  3. trait FluentMethod extends FluentAPI

    Permalink

    The fluent method.

Value Members

  1. object FluentLogger

    Permalink
  2. object FluentMethod

    Permalink

Ungrouped