Changeset 2809 for box/trunk/lib
- Timestamp:
- 17/11/2010 13:58:13 (18 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/Logging.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Logging.cpp
r2604 r2809 447 447 int line, std::string& rMessage) 448 448 { 449 if (mLogFile.StreamClosed()) 450 { 451 /* skip this logger to allow logging failure to open 452 the log file, without causing an infinite loop */ 453 return true; 454 } 455 449 456 if (Level > GetLevel()) 450 457 {
Note: See TracChangeset
for help on using the changeset viewer.
