mirror of https://github.com/sbt/sbt.git
Add toString for ObjectEvent
This commit is contained in:
parent
122c738913
commit
feeb6291cd
|
|
@ -15,6 +15,8 @@ final class ObjectEvent[A](
|
|||
val contentType: String,
|
||||
val json: JValue
|
||||
) extends Serializable {
|
||||
override def toString: String =
|
||||
s"ObjectEvent($level, $message, $channelName, $execId, $contentType, $json)"
|
||||
}
|
||||
|
||||
object ObjectEvent {
|
||||
|
|
|
|||
Loading…
Reference in New Issue