The default Appender implementation that writes all LoggingEvents to console.log().
console.log()
Creates a new console based Appender.
console
The name of this appender.
The layout to use for received logging events.
Generated using TypeDoc
The default Appender implementation that writes all LoggingEvents to
console.log()
.