RenderingOptions

izumi.logstage.api.rendering.RenderingOptions
See theRenderingOptions companion object
final case class RenderingOptions(withExceptions: Boolean, colored: Boolean, hideKeys: Boolean)

Attributes

colored

if true, use colors in console output

hideKeys

if true, remove names of interpolated variables from the output

withExceptions

if true, print full stack trace of Throwables in the interpolation

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product