org.helgoboss

scala_logging

package scala_logging

Contains a simple Scala API for logging along with a Java Logging API implementation.

The generic logging interface is provided by the Logger trait. Implementations for various logging frameworks such as SLF4J or OSGi LogService are provided in separate modules.

See JavaUtilLogging for a convenient way to use Java Logging API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scala_logging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class FallbackLogger extends Logger

    Logger decorator which logs to a secondary logger if the primary logger is not available.

  2. trait JavaUtilLogging extends AnyRef

    Convenience trait which you can mix into your class to have easy access to a logger based on Java Logging API.

  3. class JavaUtilLoggingLogger extends Logger

    Logger Implementation using the logging facility integrated into the JDK.

  4. trait Logger extends AnyRef

    Provides a common interface for logging in Scala.

Inherited from AnyRef

Inherited from Any

Ungrouped