Enum LambdaLogLevel
The Lambda
Namespace: LambdaSharp.Logging
Assembly: LambdaSharp.Logging.dll
Syntax
public enum LambdaLogLevel
Fields
Name | Description |
---|---|
DEBUG | No error occurred. This log entry is for debugging purposes only. |
ERROR | An error occurred while processing a message or invocation. The operation did not complete successfully. Future operations should not be affected by this error. |
FATAL | A fatal error occurred that prevents the current and all future messages or invocations from completing successfully. |
INFO | No error occurred. This log entry is for informational purposes only. |
NONE | Only used as a log-level setting to disable all logging. |
WARNING | An unexpected situation occurred that was dealt with. The successful processing of the message or invocation should not be impacted. |