Package

org.eintr

loglady

Permalink

package loglady

Visibility
  1. Public
  2. All

Type Members

  1. final class BasicLogger extends Logger

    Permalink

    Logger without location awareness

    Logger without location awareness

    Attributes
    protected
  2. final class LocationAwareLogger extends Logger

    Permalink

    Logger using slf4j's location aware logger.

    Logger using slf4j's location aware logger.

    Attributes
    protected
  3. abstract class Logger extends AnyRef

    Permalink

    Main Logger API.

    Main Logger API. Base class for loggers

    Note: Don't use this class directly, use the org.eintr.loglady.Logging trait instead.

  4. trait Logging extends AnyRef

    Permalink

    Mixin trait with a single log member providing a simple logging API using slf4j for actual logging.

Value Members

  1. object Logger

    Permalink

    Factory for concrete Logger instances

Ungrouped