WhitespaceThrowableProxyConverter

open class WhitespaceThrowableProxyConverter : ThrowableProxyConverter

ThrowableProxyConverter that adds some additional whitespace around the stack trace.

Author

Phillip Webb

Since

1.0.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var formattingInfo: FormatInfo
Link copied to clipboard
open var next: Converter<E>
Link copied to clipboard
protected open var optionList: List<String>

Functions

Link copied to clipboard
open fun addError(msg: String)
Link copied to clipboard
open fun addInfo(msg: String)
Link copied to clipboard
open fun addStatus(status: Status)
Link copied to clipboard
open fun addWarn(msg: String)
Link copied to clipboard
open fun convert(event: ILoggingEvent): String
Link copied to clipboard
open fun getContext(): Context
Link copied to clipboard
Link copied to clipboard
open fun isStarted(): Boolean
Link copied to clipboard
open fun setContext(context: Context)
Link copied to clipboard
open fun start()
Link copied to clipboard
open fun stop()
Link copied to clipboard
fun write(buf: StringBuilder, event: E)