10 namespace diagnostics {
48 void source(const
xtd::
string& source) noexcept;
Represent a polymorphic wrapper capable of holding any type.
Definition any_object.h:28
Represents text as a sequence of character units.
Definition basic_string.h:79
Indicates whether a listener should trace a message based on the source of a trace.
Definition source_filter.h:30
source_filter(const xtd::string &source)
Initializes a new instance of the xtd::diagnostics::source_filter class, specifying the name of the t...
const xtd::string & source() const noexcept
Gets the name of the trace source.
Provides trace event data specific to a thread and a process.
Definition trace_event_cache.h:30
Provides the base class for trace filter implementations.
Definition trace_filter.h:35
#define core_export_
Define shared library export.
Definition core_export.h:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
trace_event_type
Identifies the type of event that has caused the trace.
Definition trace_event_type.h:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::diagnostics::trace_filter class.