Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownVerbosity

Package version

Known values of Verbosity that the service accepts.

Index

Enumeration members

Enumeration members

Error

Error: = "error"

Only traces with 'severity' set to 'error' will be sent to the logger attached to this diagnostic instance.

Information

Information: = "information"

Traces with 'severity' set to 'information' and 'error' will be sent to the logger attached to this diagnostic instance.

Verbose

Verbose: = "verbose"

All the traces emitted by trace policies will be sent to the logger attached to this diagnostic instance.

Generated using TypeDoc