Changeset 3061 for box/trunk/lib


Ignore:
Timestamp:
22/01/2012 16:20:06 (4 months ago)
Author:
chris
Message:

Allow log level "everything" to log exceptions even if suppressed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/Box.h

    r2613 r3061  
    104104#define THROW_EXCEPTION(type, subtype) \ 
    105105        { \ 
    106                 if(!HideExceptionMessageGuard::ExceptionsHidden()) \ 
     106                if(!HideExceptionMessageGuard::ExceptionsHidden() \ 
     107                        || Logging::IsEnabled(Log::EVERYTHING)) \ 
    107108                { \ 
    108109                        OPTIONAL_DO_BACKTRACE \ 
Note: See TracChangeset for help on using the changeset viewer.