Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EventingFunctionLogLevel

Represents the various log levels for an eventing function.

Index

Enumeration members

Enumeration members

Debug = "DEBUG"

Indicates to use DEBUG level logging.

Error = "ERROR"

Indicates to use ERROR level logging.

Info = "INFO"

Indicates to use INFO level logging.

Trace = "TRACE"

Indicates to use TRACE level logging.

Warning = "WARNING"

Indicates to use WARNING level logging.

Generated using TypeDoc