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