Packages

p

logger

package logger

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait LazyLogging extends AnyRef

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

  2. class Logger extends AnyRef

    Classes implementing LazyLogging will have logger of this type

Value Members

  1. object LogLevel extends Enumeration

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

  2. object Logger

    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