The LogLevel
enumeration in the Sandbox
namespace defines the severity levels of logging messages. It is used to categorize log messages based on their importance and urgency.
The LogLevel
enumeration in the Sandbox
namespace defines the severity levels of logging messages. It is used to categorize log messages based on their importance and urgency.
Member Name | Summary |
---|---|
Trace | Represents the most detailed logging level, typically used for diagnostic purposes. |
Info | Indicates informational messages that highlight the progress of the application at a coarse-grained level. |
Warn | Denotes potentially harmful situations that might require attention. |
Error | Specifies error events that might still allow the application to continue running. |