class FileTreeScope : TreeScope
FileTreeScope() |
var appendToFile: Boolean |
|
var dir: String |
|
var fileLimit: Int |
|
var fileName: String |
|
var sizeLimit: Int |
var level: Int |
fun filter(vararg filter: Filter): Unitfun filter(lambda: FilterDeclaration): Unit |
|
fun formatter(formatter: Formatter): Unitfun formatter(lambda: FormatterDeclaration): Unit |