org

log4s

package log4s

Source
package.scala
Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. log4s
  2. package-platform
  3. AnyRef
  4. 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

  3. trait package-platform extends AnyRef

Value Members

  1. final val AllThreshold: log4s.log4sjs.AllThreshold.type

    Definition Classes
    package-platform
  2. 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.

  3. object Error extends LogLevel with Product with Serializable

    The highest logging severity.

  4. object Info extends LogLevel with Product with Serializable

    Indicates normal high-level activity.

  5. final val Log4sConfig: Log4sConfig

    Definition Classes
    package-platform
  6. object LogLevel

  7. object Logger

  8. object MDC extends Map[String, String]

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

  9. final val OffThreshold: log4s.log4sjs.OffThreshold.type

    Definition Classes
    package-platform
  10. object Trace extends LogLevel with Product with Serializable

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

  11. object Warn extends LogLevel with Product with Serializable

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

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

  13. def getLogger(name: String): Logger

  14. def getLogger: Logger

    Annotations
    @macroImpl( ... )
  15. package log4sjs

Inherited from package-platform

Inherited from AnyRef

Inherited from Any

Ungrouped