LogstageWriter

izumi.logstage.api.rendering.LogstageWriter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def closeList(): Unit
def closeMap(): Unit
def mapElementSplitter(): Unit
def nextMapElementOpen(): Unit
def openList(): Unit
def openMap(): Unit
def writeNull(): Unit

Concrete methods

final def writeMapElement(key: String, value: Option[String]): Unit

Inherited methods

def write(a: BigInt): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: BigDecimal): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: String): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: Boolean): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: Double): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: Float): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: Long): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: Int): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: Char): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: Short): Unit

Attributes

Inherited from:
LogstageScalarWriter
def write(a: Byte): Unit

Attributes

Inherited from:
LogstageScalarWriter