Info

com.elixirtech.repclient.LogMessage.Info
final case class Info(msg: String) 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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product