Enum LogSeverity
LogSeverity is the severity level of a log message. Errors are fatal; all others are informational.
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public enum LogSeverity
Fields
Name | Description |
---|---|
Debug | A debug-level message not displayed to end-users (the default). |
Error | A fatal error indicating that the tool should stop processing subsequent resource operations. |
Info | An informational message printed to output during resource operations. |
Warning | A warning to indicate that something went wrong. |