local_logging.Rd
Set up logging for use on a local machine.
local_logging(level_name = "info")
level_name | One of the strings (trace, debug, info, warn, error, fatal) Default value is "info". This creates a logger that is named after the package so that all logging messages for this package can be turned on or off together. This function makes everything go to the console on standard out. |
---|