enum LogLevel : System.Enum

robot_2Generated
code_blocksInput

Description

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.

Members

Static Fields

Member NameSummary
TraceRepresents the most detailed logging level, typically used for diagnostic purposes.
InfoIndicates informational messages that highlight the progress of the application at a coarse-grained level.
WarnDenotes potentially harmful situations that might require attention.
ErrorSpecifies error events that might still allow the application to continue running.