99         return orxout(level, context());
 Stores all information about a context. 
Definition: OutputDefinitions.h:112
 
void _UtilExport setOutputAttributes(OutputLevel level, const OutputContextContainer &context)
Defines level and context of the following output. 
Definition: OutputStream.cc:78
 
OutputLevel
Output levels define type and importance of an output message. 
Definition: OutputDefinitions.h:84
 
__DEPRECATED__(OutputStream &COUT(int level))
 
Output level, used for temporary debug output while writing code. 
Definition: OutputDefinitions.h:90
 
OutputStream & orxout(OutputLevel level=level::debug_output, const OutputContextContainer &context=context::undefined())
This helper function returns a reference to a commonly used instance of OutputStream. 
Definition: Output.h:81
 
Die Wagnis Klasse hat die folgenden Aufgaben: 
Definition: ApplicationPaths.cc:66
 
Shared library macros, enums, constants and forward declarations for the util library  ...
 
OutputStream & COUT(int)
Writes output to the orxonox console. 
Definition: Output.h:110
 
Declaration of the OutputStream class which is used to send output to orxonox::OutputManager. 
 
const OutputContextContainer &( OutputContextFunction)()
Definition: OutputDefinitions.h:124
 
This class is used to buffer output and send it to OutputManager whenever std::endl is passed to it...
Definition: OutputStream.h:73