DebuggerDumpConfiguration

class DebuggerDumpConfiguration(val out: Logger, val paths: List<String> = GlobalDebugConfiguration.paths)(source)

A DebuggerDumpConfiguration is a configuration for the debug function It contains the Logger to use and the paths that will be shown in the debug output

Since

0.3.0

Parameters

out

The Logger to use

paths

The paths that will be shown in the debug output

Constructors

Link copied to clipboard
constructor(out: Logger, paths: List<String> = GlobalDebugConfiguration.paths)

Properties

Link copied to clipboard
val out: Logger

The Logger to write the debug output to

Link copied to clipboard

The paths that will be shown in the debug output

Functions

Link copied to clipboard
fun accepts(path: String): Boolean

Check if a path is accepted by this configuration

Link copied to clipboard
fun put(path: String, out: LogMessageCreator)
fun put(path: String, out: LogMessageLambda)
fun put(path: String, out: String)

Put a message to the debug output