Package

org.log4s

log4sjs

Permalink

package log4sjs

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class ExceptionInfo extends Object

    Permalink
    Annotations
    @JSType()
  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
    @JSType()
  5. trait Log4sConfig extends AnyRef

    Permalink

    The public interface for log configuration

  6. class Log4sConsoleAppender extends Object with Log4sAppender

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

    Permalink
    Annotations
    @JSType()
  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
    @JSType()
  11. trait MessageFormatter extends Any

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

    Permalink
    Annotations
    @JSType()

Value Members

  1. object ExceptionInfo

    Permalink
  2. object LevelThreshold

    Permalink
  3. object Log4s

    Permalink
    Annotations
    @JSExportTopLevel( "Log4s" )
  4. object Log4sAppender extends FunctionalType[Log4sAppender, LoggedEvent, Unit]

    Permalink
  5. object Log4sConfig extends Log4sConfig

    Permalink
  6. object Log4sMDC

    Permalink
  7. object LogThreshold

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

    Permalink
  9. object StandardMessageFormatter

    Permalink

Ungrouped