Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownLogVerbosity

Package version

Known values of LogVerbosity that the service accepts.

Index

Enumeration members

Enumeration members

Critical

Critical: = "Critical"

Only critical statements logged.

Debug

Debug: = "Debug"

Debug and above log statements logged.

Error

Error: = "Error"

Error and above log statements logged.

Info

Info: = "Info"

Info and above log statements logged.

NotSet

NotSet: = "NotSet"

No logs emitted.

Warning

Warning: = "Warning"

Warning and above log statements logged.

Generated using TypeDoc