Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2011, 7:51:08 PM (13 years ago)
Author:
landauf
Message:

Code related to config values for output is now implemented in BaseWriter.
There's a config value for the normal output level, a vector with additional contexts, and a config value for the level of these additional contexts.
ioconsole and standard console use the same values.

File:
1 edited

Legend:

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

    r8787 r8799  
    6666            const std::string& getLevelName(OutputLevel level) const;
    6767            const std::string& getContextName(OutputContext context) const;
     68            OutputContext getContextValue(const std::string& name) const;
     69
    6870            std::string getComposedContextName(OutputContext context) const;
    6971            std::string getDefaultPrefix(OutputLevel level, OutputContext context) const;
Note: See TracChangeset for help on using the changeset viewer.