Class/Object

scribe.record

SimpleLogRecord

Related Docs: object SimpleLogRecord | package record

Permalink

class SimpleLogRecord[M] extends LogRecord[M]

Linear Supertypes
LogRecord[M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleLogRecord
  2. LogRecord
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleLogRecord(level: Level, levelValue: Double, message: Message[M], loggable: Loggable[M], throwable: Option[Throwable], fileName: String, className: String, methodName: Option[String], line: Option[Int], column: Option[Int], thread: Thread, data: Map[String, () ⇒ Any], timeStamp: Long)

    Permalink

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. var appliedModifierIds: Set[String]

    Permalink
    Attributes
    protected
    Definition Classes
    LogRecord
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def boost(booster: (Double) ⇒ Double): LogRecord[M]

    Permalink
    Definition Classes
    LogRecord
  7. def checkModifierId(id: String, add: Boolean = true): Boolean

    Permalink
    Definition Classes
    LogRecord
  8. val className: String

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  10. val column: Option[Int]

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  11. def copy(level: Level = level, value: Double = levelValue, message: Message[M] = message, loggable: Loggable[M], throwable: Option[Throwable], fileName: String = fileName, className: String = className, methodName: Option[String] = methodName, line: Option[Int] = line, column: Option[Int] = column, thread: Thread = thread, data: Map[String, () ⇒ Any] = data, timeStamp: Long = timeStamp): LogRecord[M]

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  12. val data: Map[String, () ⇒ Any]

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  13. def dispose(): Unit

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val fileName: String

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  17. def get(key: String): Option[Any]

    Permalink
    Definition Classes
    LogRecord
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val level: Level

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  22. val levelValue: Double

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  23. val line: Option[Int]

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  24. lazy val logOutput: LogOutput

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  25. val loggable: Loggable[M]

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  26. val message: Message[M]

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  27. val methodName: Option[String]

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  28. final def modify(modifiers: List[LogModifier]): Option[LogRecord[M]]

    Permalink
    Definition Classes
    LogRecord
    Annotations
    @tailrec()
  29. def modify(modifier: LogModifier): Option[LogRecord[M]]

    Permalink
    Definition Classes
    LogRecord
  30. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val thread: Thread

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  35. val throwable: Option[Throwable]

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  36. val timeStamp: Long

    Permalink
    Definition Classes
    SimpleLogRecordLogRecord
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LogRecord[M]

Inherited from AnyRef

Inherited from Any

Ungrouped