Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LogLevel

Standard log levels.

Logs at debug and trace levels are usually captured only locally for troubleshooting and never sent to consolidated log services.

Index

Enumeration members

Enumeration members

Debug

Debug:

Log everything except traces

Error

Error:

Log all errors.

Fatal

Fatal:

Log only fatal errors that cause processes to crash

Info

Info:

Log errors and important information messages

None

None: = 0

Nothing to log

Trace

Trace:

Log everything.

Warn

Warn:

Log errors and warnings

Generated using TypeDoc