Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 31, 2011, 5:15:13 PM (14 years ago)
Author:
landauf
Message:

Replaced COUT with orxout in core. Tried to set levels and contexts in a more or less useful way, but not really optimized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/core/GUIManager.cc

    r8805 r8806  
    261261        using namespace CEGUI;
    262262
    263         COUT(3) << "Initialising CEGUI." << std::endl;
     263        orxout(internal_info) << "Initialising CEGUI." << endl;
    264264
    265265        this->oldCEGUI_ = false;
     
    676676        {
    677677            // Display the error and proceed. See @remarks why this can be dangerous.
    678             COUT(1) << ex.getMessage() << std::endl;
     678            orxout(internal_error) << ex.getMessage() << endl;
    679679            return true;
    680680        }
Note: See TracChangeset for help on using the changeset viewer.