AzureLogger interface
Defines the methods available on the SDK-facing logger.
Properties
error | Used for failures the program is unlikely to recover from, such as Out of Memory. |
info | Used when a function operates normally. |
verbose | Used for detailed troubleshooting scenarios. This is intended for use by developers / system administrators for diagnosing specific failures. |
warning | 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) |
Property Details
error
Used for failures the program is unlikely to recover from, such as Out of Memory.
error: Debugger
Property Value
info
verbose
Used for detailed troubleshooting scenarios. This is intended for use by developers / system administrators for diagnosing specific failures.
verbose: Debugger
Property Value
warning
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)
warning: Debugger