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, allowing developers to filter and manage logs effectively.
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, allowing developers to filter and manage logs effectively.
Member Name | Summary |
---|---|
Trace | Represents detailed debug information, typically of interest only when diagnosing problems. |
Info | Indicates informational messages that highlight the progress of the application at a coarse-grained level. |
Warn | Designates potentially harmful situations that might require attention. |
Error | Specifies error events that might still allow the application to continue running. |