Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureLogger

Package version

Defines the methods available on the SDK-facing logger.

Hierarchy

  • AzureLogger

Index

Properties

Properties

error

error: Debugger

Used for failures the program is unlikely to recover from, such as Out of Memory.

info

info: Debugger

Used when a function operates normally.

verbose

verbose: Debugger

Used for detailed trbouleshooting scenarios. This is intended for use by developers / system administrators for diagnosing specific failures.

warning

warning: Debugger

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