DefaultLogger

constructor(showThreadInfo: Boolean = true, methodCount: Int = 2, methodOffset: Int = 0)

Parameters

showThreadInfo

Whether to show thread info or not. Default true

methodCount

How many method line to show. Default 2

methodOffset

Hides internal method calls up to offset.