xtd 0.2.0
Loading...
Searching...
No Matches
console_trace_listener.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <iostream>
7
9namespace xtd {
11 namespace diagnostics {
31 public:
34
41 explicit console_trace_listener(bool use_error_stream);
42
44
45 private:
47 };
48 }
49}
Directs tracing or debugging output to either the standard output or the standard error stream.
Definition console_trace_listener.hpp:30
console_trace_listener(bool use_error_stream)
Initializes a new instance of the xtd::diagnostics::console_trace_listener class with an option to wr...
console_trace_listener()
Initializes a new instance of the xtd::diagnostics::console_trace_listener class with trace output wr...
Directs tracing or debugging output to a std::ostream, such as std::fstream, std::stream....
Definition ostream_trace_listener.hpp:27
virtual const std::ostream & ostream() const
Gets the underlying stream.
#define core_export_
Define shared library export.
Definition core_export.hpp:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Contains xtd::diagnostics::ostream_trace_listener listener.