org

log4s

package log4s

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

Type Members

  1. sealed trait LogLevel extends AnyRef

    A severity level that can be assigned to log statements.

  2. final class Logger extends AnyVal

Value Members

  1. object Debug extends LogLevel with Product with Serializable

    Log statements that provide the ability to trace the progress and behavior involved in tracking a single activity.

  2. object Error extends LogLevel with Product with Serializable

    The highest logging severity.

  3. object Info extends LogLevel with Product with Serializable

    Indicates normal high-level activity.

  4. object Logger

  5. object MDC extends Map[String, String]

    A singleton used for accessing the mapped diagnostic context of your loggers.

  6. object Trace extends LogLevel with Product with Serializable

    Highly localized log statements useful for tracking the decisions made inside a single unit of code.

  7. object Warn extends LogLevel with Product with Serializable

    Generally indicates something is not expected but the system is able to continue operating.

  8. def getLogger(clazz: Class[_]): Logger

  9. def getLogger(name: String): Logger

  10. def getLogger: Logger

    Annotations
    @macroImpl( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped