- Timestamp:
- 23/01/2012 00:40:42 (4 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/Box.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Box.h
r3061 r3073 119 119 std::ostringstream _box_throw_line; \ 120 120 _box_throw_line << message; \ 121 if(!HideExceptionMessageGuard::ExceptionsHidden()) \ 121 if(!HideExceptionMessageGuard::ExceptionsHidden() \ 122 || Logging::IsEnabled(Log::EVERYTHING)) \ 122 123 { \ 123 124 OPTIONAL_DO_BACKTRACE \
Note: See TracChangeset
for help on using the changeset viewer.
