Set logging level
Arguments
- level
The logging verbosity level to use
"info"
: the default that gives provides basic information about the number of files and regions used in a function"debug"
: more verbose about row allocations, how many CpGs were found in a region, filename parsing etc. This mode cannot be used on more than one thread as R cannot output messages from multiple threads without crashing.