Skip to contents

Set logging level

Usage

set_log_level(level = "info")

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.

Value

None; sets the log level to the provided level

Examples

set_log_level("info")