Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 21, 2011, 11:18:20 PM (14 years ago)
Author:
landauf
Message:

documented the remaining code of the output system
created a build unit for the output system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/util/Output.h

    r8848 r8853  
    4545
    4646    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.
    5051
    5152    @attention
Note: See TracChangeset for help on using the changeset viewer.