RenderingOptions

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

Value parameters

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

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product