Package

com.gilt.gfc

logging

Permalink

package logging

Visibility
  1. Public
  2. All

Type Members

  1. trait Loggable extends AnyRef

    Permalink
  2. trait OpenLoggable extends Loggable

    Permalink

    Opens up protected log functions in Loggable so they are accessible e.g.

    Opens up protected log functions in Loggable so they are accessible e.g. through a companion object, reducing the number of logger instances:

    object Foo extends OpenLoggable

    class Foo { import Foo._ info("bar") }

Value Members

  1. object Loggable

    Permalink

Ungrouped