Packages

package log

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CollectingLogger extends Logger
  2. trait L4JLogger extends Logger
  3. trait LazyLoggable extends AnyRef

    Mixin with a nested lazy Logger

    Mixin with a nested lazy Logger

    Useful for mixin to objects that are created before Lift has booted (and thus Logging is not yet configured)

  4. trait Loggable extends AnyRef

    Mixin with a nested Logger

  5. trait Logger extends AnyRef
  6. trait PrintLogger extends Logger

Value Members

  1. object CollectingLogger

    For testing purposes, a logger that appends all messages to the provided collections

  2. object Logger

    Lift-like logging, without the lift framework.

    Lift-like logging, without the lift framework.

    This is basically a copy of the Logger/Loggable classes from lift-framework, trimmed down to remove the Box-related methods, and other things we weren't using in Code Dx.

    Its purpose is to allow for logging conveniences outside of Code Dx's Core that we've grown used to, without having to introduce a dependency on the lift framework to external utilities like Tool Connector Scrapers; and to eventually replace the logging facilities in Lift entirely.

Ungrouped