Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the methods available on the SDK-facing logger.

Hierarchy

  • HaloLogger

Index

Properties

debug: Debugger

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

error: Debugger

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

info: Debugger

Used when a function operates normally.

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