Used for failures the program is unlikely to recover from, such as Out of Memory.
Used when a function operates normally.
Used for detailed trbouleshooting scenarios. This is intended for use by developers / system administrators for diagnosing specific failures.
Used when a function fails to perform its intended task. Usually this means the function will throw an exception. Not used for self-healing events (e.g. automatic retry)
Generated using TypeDoc
Defines the methods available on the SDK-facing logger.