Package

edu.illinois.cs.cogcomp.saul

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Logging extends AnyRef

    Permalink

    This trait is meant to be mixed into a class to provide logging and logging configuration.

    This trait is meant to be mixed into a class to provide logging and logging configuration.

    The enclosed methods provide a Scala-style logging signature where the message is a block instead of a string. This way the message string is not constructed unless the message will be logged.

Ungrouped