35 #ifndef _ConsoleWriter_H__ 36 #define _ConsoleWriter_H__ 61 {
return this->outputStream_; }
#define _UtilExport
Definition: UtilPrereqs.h:60
::std::string string
Definition: gtest-port.h:756
OutputLevel
Output levels define type and importance of an output message.
Definition: OutputDefinitions.h:84
bool bEnabled_
If false, the instance will not write output to the console.
Definition: ConsoleWriter.h:72
std::ostream & outputStream_
The ostream to which the console writer writes its output.
Definition: ConsoleWriter.h:71
const std::ostream & getOutputStream() const
Definition: ConsoleWriter.h:60
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the util library ...
Declaration of the BaseWriter class, the base of all output writers.
BaseWriter is an output listener and makes the accepted output levels and contexts configurable...
Definition: BaseWriter.h:65
ConsoleWriter inherits from BaseWriter and writes output to the console.
Definition: ConsoleWriter.h:51