Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 31, 2011, 11:45:56 AM (13 years ago)
Author:
landauf
Message:

added new output level "message" for output directed to the user

File:
1 edited

Legend:

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

    r8801 r8805  
    136136        {
    137137            case level::none:               { static std::string name = "None"; return name; }
     138            case level::message:            { static std::string name = "Message"; return name; }
    138139            case level::debug_output:       { static std::string name = "Debug"; return name; }
    139140            case level::user_error:         { static std::string name = "Error"; return name; }
Note: See TracChangeset for help on using the changeset viewer.