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, allowing developers to filter and manage logs effectively.

Members

Fields

Member NameSummary
TraceRepresents detailed debug information, typically of interest only when diagnosing problems.
InfoIndicates informational messages that highlight the progress of the application at a coarse-grained level.
WarnDesignates potentially harmful situations that might require attention.
ErrorSpecifies error events that might still allow the application to continue running.