com.beachape.logging

LTSVLogger

class LTSVLogger extends LTSVLoggerLike

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

Instance Constructors

  1. new LTSVLogger(underlying: Logger)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final macro def debug(error: Throwable, pairs: (String, Any)*): Unit

    Write the given key-values and error as an LTSV debug log entry

    Write the given key-values and error as an LTSV debug log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  7. final macro def debug(pairs: (String, Any)*): Unit

    Write the given key-values as an LTSV debug log entry

    Write the given key-values as an LTSV debug log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. final macro def error(error: Throwable, pairs: (String, Any)*): Unit

    Write the given key-values and error as an LTSV error log entry

    Write the given key-values and error as an LTSV error log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  11. final macro def error(pairs: (String, Any)*): Unit

    Write the given key-values as an LTSV error log entry

    Write the given key-values as an LTSV error log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  12. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  15. final macro def info(error: Throwable, pairs: (String, Any)*): Unit

    Write the given key-values and error as an LTSV info log entry, with the server's hostname added as 'octopartsHost' field.

    Write the given key-values and error as an LTSV info log entry, with the server's hostname added as 'octopartsHost' field.

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  16. final macro def info(pairs: (String, Any)*): Unit

    Write the given key-values as an LTSV info log entry

    Write the given key-values as an LTSV info log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toLtsv(pairs: (String, Any)*): String

    Turns a sequence of LTSV pairs into a single LTSV string.

    Turns a sequence of LTSV pairs into a single LTSV string.

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final macro def trace(error: Throwable, pairs: (String, Any)*): Unit

    Write the given key-values and error as an LTSV trace log entry

    Write the given key-values and error as an LTSV trace log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  25. final macro def trace(pairs: (String, Any)*): Unit

    Write the given key-values as an LTSV trace log entry

    Write the given key-values as an LTSV trace log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  26. val underlying: Logger

    The logger to write to.

    The logger to write to.

    Definition Classes
    LTSVLoggerLTSVLoggerLike
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final macro def warn(error: Throwable, pairs: (String, Any)*): Unit

    Write the given key-values and error as an LTSV warn log entry

    Write the given key-values and error as an LTSV warn log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()
  31. final macro def warn(pairs: (String, Any)*): Unit

    Write the given key-values as an LTSV warn log entry

    Write the given key-values as an LTSV warn log entry

    Definition Classes
    LTSVLoggerLike
    Annotations
    @inline()

Inherited from LTSVLoggerLike

Inherited from AnyRef

Inherited from Any

Ungrouped