Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 2.24 KB

File metadata and controls

29 lines (20 loc) · 2.24 KB

debug()

Sets the CsvPath Framework log level.

The level is set for the CsvPath class, not the CsvPaths class. That means the log level is changed for particular csvpath currently running, not any other csvpaths running after or along-side in a breadth-first configuration.

Data signatures
debug( [info, debug, warn, error: $${\color{green}None}$$ ǁ $${\color{green}str}$$] )
Call signatures
debug( [info, debug, warn, error: Term ǁ Function ǁ Variable ǁ Header] )
Purpose Value
Main focus debug() is a side-effect
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]