Package

logger

Permalink

package logger

Visibility
  1. Public
  2. All

Type Members

  1. trait LazyLogging extends AnyRef

    Permalink

    extend this trait to enable logging in a class you are implementing

  2. class Logger extends AnyRef

    Permalink

    Classes implementing LazyLogging will have logger of this type

Value Members

  1. object LogLevel extends Enumeration

    Permalink

    The supported log levels, what do they mean? Whatever you want them to.

  2. object Logger

    Permalink

    Singleton in control of what is supposed to get logged, how it's to be logged and where it is to be logged We uses a dynamic variable in case multiple threads are used as can be in scalatests

Ungrouped