xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
diagnostics definitions.
Classes | |
class | xtd::diagnostics::console_trace_listener |
Directs tracing or debugging output to either the standard output or the standard error stream. More... | |
class | xtd::diagnostics::debug |
Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited. More... | |
class | xtd::diagnostics::debugger |
Enables communication with a debugger. This class cannot be inherited. More... | |
class | xtd::diagnostics::default_trace_listener |
Provides the default output methods and behavior for tracing. More... | |
class | xtd::diagnostics::ostream_trace_listener |
Directs tracing or debugging output to a std::ostream, such as std::fstream, std::stream... More... | |
class | xtd::diagnostics::process |
Provides access to local and remote processes and enables you to start and stop local system processes. More... | |
class | xtd::diagnostics::stack_frame |
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the call stack for the current thread. More... | |
class | xtd::diagnostics::stack_trace |
Represents a stack trace, which is an ordered collection of one or more stack frames. More... | |
class | xtd::diagnostics::stopwatch |
Provides a set of methods and properties that you can use to accurately measure elapsed time. More... | |
class | xtd::diagnostics::trace |
Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited. More... | |