Package

org.log4s

log4sjs

Permalink

package log4sjs

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class ExceptionInfo extends Object

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()
  2. abstract class FunctionalType[ObjectType <: Any, Argument, Result] extends AnyRef

    Permalink
  3. final class LevelThreshold extends AnyVal with LogThreshold

    Permalink
  4. trait Log4sAppender extends Any

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()
  5. trait Log4sConfig extends AnyRef

    Permalink

    The public interface for log configuration

  6. class Log4sConsoleAppender extends Object with Log4sAppender

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()
  7. final class Log4sEvent extends Object with LoggedEvent

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()
  8. class Log4sLoggerFactory extends ILoggerFactory

    Permalink
  9. sealed trait LogThreshold extends Any

    Permalink

    A threshold that can be applied to log configuration or filtering.

    A threshold that can be applied to log configuration or filtering.

    This includes all log levels, plus additional "all" and "off" levels.

  10. trait LoggedEvent extends Any

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()
  11. trait MessageFormatter extends Any

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()
  12. class StandardMessageFormatter extends Object with MessageFormatter

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()

Value Members

  1. object AllThreshold extends LogThreshold with Product with Serializable

    Permalink
    Annotations
    @JSExportTopLevel( "AllThreshold" )
  2. object ExceptionInfo

    Permalink
  3. object LevelThreshold

    Permalink
  4. object Log4s

    Permalink
  5. object Log4sAppender extends FunctionalType[Log4sAppender, LoggedEvent, Unit]

    Permalink
  6. object Log4sConfig extends Log4sConfig

    Permalink
  7. object Log4sMDC

    Permalink
    Annotations
    @JSExportTopLevel( "MDC" )
  8. object LogThreshold

    Permalink
  9. object MessageFormatter extends FunctionalType[MessageFormatter, LoggedEvent, String]

    Permalink
  10. object OffThreshold extends LogThreshold with Product with Serializable

    Permalink
    Annotations
    @JSExportTopLevel( "OffThreshold" )
  11. object StandardMessageFormatter

    Permalink

Ungrouped