de.agilecoders.logger.log2es.core.mapper

EventMapper

trait EventMapper[T] extends AnyRef

maps a logger specific log event to a json structure

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

Abstract Value Members

  1. abstract def conf: Configuration

  2. abstract def registerMapper(registry: MapperFunctionRegistry[T]): MapperFunctionRegistry[T]

    hook to register mapper functions

    hook to register mapper functions

    registry

    the registry to register mappers at

    returns

    given registry for chaining

    Attributes
    protected

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def map(event: T): JValue

    maps a given log event to json

    maps a given log event to json

    event

    the event to map

    returns

    json representation of given event

  15. final def mapToString(event: T): String

    maps a given log event to a json string

    maps a given log event to a json string

    event

    the event to map

    returns

    json string representation of given event

  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def nothing: JValue

    returns

    nothing hint to remove empty values

    Attributes
    protected
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def nullToDefault[X](value: X, default: Any): Any

    helper to transform null value to default value.

    helper to transform null value to default value.

    value

    the value to return if not null

    returns

    given value (if not null) or default

    Attributes
    protected
  21. def nullToEmpty(value: String): Any

    helper to transform null value to empty string.

    helper to transform null value to empty string.

    value

    the value to return if not null

    returns

    given value (if not null) or empty string

    Attributes
    protected
  22. def nullToNothing[X](value: X): Any

    helper to transform null value to nothing which removes the key/value from json.

    helper to transform null value to nothing which removes the key/value from json.

    value

    the value to return if not null

    returns

    given value (if not null) or nothing

    Attributes
    protected
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped