Changeset 8853 for code/branches/output/src/libraries/util/Output.h
- Timestamp:
- Aug 21, 2011, 11:18:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/util/Output.h
r8848 r8853 45 45 46 46 Each orxonox::OutputListener can define a mask of desired levels and 47 contexts, to receive only a part of the output. A derivative of 48 orxonox::BaseWriter is able to define these masks through config values 49 and to filter specific subcontexts. 47 contexts, to receive only a part of the output. Instances of 48 orxonox::SubcontextOutputListener are even able to filter sub-contexts. 49 A derivative of orxonox::BaseWriter is able to define these levels and 50 contexts through config values. 50 51 51 52 @attention
Note: See TracChangeset
for help on using the changeset viewer.