final class StringEvent extends AbstractEntry with Serializable

Linear Supertypes
AbstractEntry, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringEvent
  2. AbstractEntry
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val channelName: Option[String]
    Definition Classes
    AbstractEntry
  2. def equals(o: Any): Boolean
    Definition Classes
    StringEventAbstractEntry → AnyRef → Any
  3. val execId: Option[String]
    Definition Classes
    AbstractEntry
  4. def hashCode(): Int
    Definition Classes
    StringEventAbstractEntry → AnyRef → Any
  5. val level: String
  6. val message: String
  7. def toString(): String
    Definition Classes
    StringEventAbstractEntry → AnyRef → Any
  8. def withChannelName(channelName: String): StringEvent
  9. def withChannelName(channelName: Option[String]): StringEvent
  10. def withExecId(execId: String): StringEvent
  11. def withExecId(execId: Option[String]): StringEvent
  12. def withLevel(level: String): StringEvent
  13. def withMessage(message: String): StringEvent