R/helper_functions.R
asyncLog.Rd
For internal use. Similar to writeLog but for use inside async functions
asyncLog(async, ..., type = "default")
Whether the function is being used asynchronously
Messages to write to the logger
One of default, info, error, warning
default
info
error
warning
No return value, called for side effects