Trait

ca.bwbecker.facades.jsnlog.impl

LoggerOptionsSetters

Related Doc: package impl

Permalink

trait LoggerOptionsSetters[T <: Object, B <: JSOptionBuilder[T, _]] extends CommonOptionsSetters[T, B]

Linear Supertypes
CommonOptionsSetters[T, B], JSOptionSetter[T, B], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoggerOptionsSetters
  2. CommonOptionsSetters
  3. JSOptionSetter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def jsOpt(name: String, opt: Any): B

    Permalink
    Attributes
    protected
    Definition Classes
    JSOptionSetter

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def appenders(v: Seq[Appender]): B

    Permalink

    One or more appenders for the logger to send its log messages to.

    One or more appenders for the logger to send its log messages to. See the examples.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def disallow(v: RegExp): B

    Permalink

    If not empty, log messages are suppressed if they match this regular expression.

    If not empty, log messages are suppressed if they match this regular expression. If an object is being logged, it is converted to a JSON string, which is then matched.

    Definition Classes
    CommonOptionsSetters
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. def ipRegex(v: RegExp): B

    Permalink

    If not empty, log messages only get processed if this regular expression matches the IP address(es) of the sender of the request (details below).

    If not empty, log messages only get processed if this regular expression matches the IP address(es) of the sender of the request (details below). If you use this, be sure to set the IP address via the setOptions method of the JL object.

    Definition Classes
    CommonOptionsSetters
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def level(v: Int): B

    Permalink

    Numeric severity.

    Numeric severity. Only log messages with a severity equal or higher than this can be sent to the server.

    Definition Classes
    CommonOptionsSetters
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def onceOnly(v: Array[String]): B

    Permalink

    One or more regular expressions.

    One or more regular expressions. When a message matches a regular expression, then any subsequent messages matching that same regular expression will be suppressed. See the remarks and examples.

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. def userAgentRegex(v: RegExp): B

    Permalink

    If not empty, log messages only get processed if this regular expression matches the user agent string of the browser.

    If not empty, log messages only get processed if this regular expression matches the user agent string of the browser.

    Definition Classes
    CommonOptionsSetters
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CommonOptionsSetters[T, B]

Inherited from JSOptionSetter[T, B]

Inherited from AnyRef

Inherited from Any

Ungrouped