Message

izumi.logstage.api.Log.Message
See theMessage companion class
object Message extends MessageMat

Construct Message from a string interpolation using Message.apply

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait MessageMat
class Object
trait Matchable
class Any
Show all
Self type
Message.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def empty: Message
def raw(message: String): Message

Inherited methods

transparent inline def strict(inline message: String): Message

Attributes

Inherited from:
MessageMat

Implicits

Inherited implicits

implicit transparent inline def apply(inline message: String): Message

Construct Message from a string interpolation

Construct Message from a string interpolation

Attributes

Inherited from:
MessageMat