SA_Logger
Sapphire's Suite's C++ Logger.
|
Assert Helper Macros implementation. More...
#include <SA/Logger/Preprocessors/LogMacro.hpp>
Go to the source code of this file.
Macros | |
#define | SA_THROW((_type, _params...) , _chan, _dets) |
Sapphire Throw macro. | |
#define | SA_ASSERT((_type, _params...) , _chan, _dets) |
Assert Helper Macros implementation.
#define SA_THROW | ( | ) | , _chan, _dets) |
Sapphire Throw macro.
Helper macro to force call throw with Debug::Assert.
[in] | _type | Type of the exception. |
[in] | _params... | Parameters used for the exception type. |
[in] | _chan | Channel of the assert (optional). |
[in] | _dets | Additional details string of the exception (optional). |