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