xtd 0.2.0
console_trace_listener.h
Go to the documentation of this file.
1 #pragma once
5 #include <iostream>
7 
9 namespace xtd {
11  namespace diagnostics {
29  public:
32 
39  explicit console_trace_listener(bool use_error_stream);
40 
42 
43  private:
45  };
46  }
47 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Directs tracing or debugging output to either the standard output or the standard error stream...
Definition: console_trace_listener.h:28
Directs tracing or debugging output to a std::ostream, such as std::fstream, std::stream...
Definition: ostream_trace_listener.h:25
Contains xtd::diagnostics::ostream_trace_listener listener.
virtual const std::ostream & ostream() const
Gets the underlying stream.