SystemOutputWriter

object SystemOutputWriter extends Writer
trait Writer
class Object
trait Matchable
class Any

Value members

Concrete methods

override def write[M](record: LogRecord[M], output: LogOutput, outputFormat: OutputFormat): Unit
Definition Classes

Inherited methods

def dispose(): Unit
Inherited from
Writer

Concrete fields

var synchronizeWriting: Boolean

If true, will always synchronize writing to the console to avoid interleaved text. Most native consoles will handle this automatically, but IntelliJ and Eclipse are notorious about not properly handling this. Defaults to true.

If true, will always synchronize writing to the console to avoid interleaved text. Most native consoles will handle this automatically, but IntelliJ and Eclipse are notorious about not properly handling this. Defaults to true.