#include "../enum.h"Contains xtd::diagnostics::trace_event_type enum class.


Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| xtd::diagnostics | |
| The xtd::diagnostics namespace provides classes that allow you to interact with system processes, event logs, and performance counters. | |
Enumerations | |
| enum | xtd::diagnostics::trace_event_type { xtd::diagnostics::trace_event_type::critical = 0b1, xtd::diagnostics::trace_event_type::error = 0b10, xtd::diagnostics::trace_event_type::warning = 0b100, xtd::diagnostics::trace_event_type::information = 0b1000, xtd::diagnostics::trace_event_type::verbose = 0b10000, xtd::diagnostics::trace_event_type::start = 0b100000000, xtd::diagnostics::trace_event_type::stop = 0b1000000000, xtd::diagnostics::trace_event_type::suspend = 0b10000000000, xtd::diagnostics::trace_event_type::resume = 0b100000000000, xtd::diagnostics::trace_event_type::transfer = 0b1000000000000 } |
| Identifies the type of event that has caused the trace. More... | |