LogMessageList

com.elixirtech.repclient.LogMessage.LogMessageList
final case class LogMessageList(logs: List[LogMessage]) extends LogMessage

Attributes

Graph
Supertypes
trait LogMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def log(helper: LoggingHelper): Unit
def log(context: String, helper: LoggingHelper): Unit
def msg: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product