Changeset 1704 for code/branches/gui/src/core
- Timestamp:
- Sep 4, 2008, 4:22:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/Exception.h
r1670 r1704 101 101 : Exception(description, lineNumber, fileName, functionName) 102 102 { 103 // let the catcher decide whether to display the message below level 3104 COUT( 3) << this->getFullDescription() << std::endl;103 // let the catcher decide whether to display the message below level 4 104 COUT(4) << this->getFullDescription() << std::endl; 105 105 } 106 106 … … 108 108 : Exception(description) 109 109 { 110 // let the catcher decide whether to display the message below level 3111 COUT( 3) << this->getFullDescription() << std::endl;110 // let the catcher decide whether to display the message below level 4 111 COUT(4) << this->getFullDescription() << std::endl; 112 112 } 113 113
Note: See TracChangeset
for help on using the changeset viewer.