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: = "DEBUG"

Indicates to use DEBUG level logging.

Error

Error: = "ERROR"

Indicates to use ERROR level logging.

Info

Info: = "INFO"

Indicates to use INFO level logging.

Trace

Trace: = "TRACE"

Indicates to use TRACE level logging.

Warning

Warning: = "WARNING"

Indicates to use WARNING level logging.

Generated using TypeDoc