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