xtd 0.2.0
Loading...
Searching...
No Matches

◆ source_levels

Specifies the levels of trace messages filtered by the source switch and event type filter. This enumeration has a flags attribute that allows a bitwise combination of its member values.

enum class source_levels
source_levels
Specifies the levels of trace messages filtered by the source switch and event type filter....
Definition source_levels.h:25
Header
#include <xtd/diagnostics/source_levels>
Namespace
xtd::diagnostics
Library
xtd.core
Remarks
The source levels identify the trace_event_type events that are to be traced. The source_switch class uses the source_levels enumeration to define the event level of the trace message to use for filtering messages to send to the trace listener.
Enumerator
off 

Does not allow any events through.

critical 

Allows only Critical events through.

error 

Allows critical and error events through.

warning 

Allows critical, error, and warning events through.

information 

Allows Critical, error, warning, and information events through.

verbose 

Allows critical, error, warning, information, and verbose events through.

activity_tracing 

Allows the stop, start, suspend, transfer, and resume events through.

all 

Allows all events through.