SA_Logger
Sapphire's Suite's C++ Logger.
|
This is the complete list of members for SA::Exception_OutOfArrayRange, including all inherited members.
backtrace | SA::Log | |
chanName | SA::Log | |
currIndex | SA::Exception_OutOfRange | |
date | SA::Log | |
details | SA::Log | |
Exception(BaseInfo _info, bool _pred, std::wstring _msg=L"") noexcept | SA::Exception | |
Exception_OutOfArrayRange(BaseInfo _info, uint32_t _currIndex, std::wstring _currIndexStr, const U &_array, std::wstring _arrayName=L"", uint32_t _minBound=0, uint32_t _maxBound=uint32_t(-1)) noexcept | SA::Exception_OutOfArrayRange | inline |
Exception_OutOfRange(BaseInfo _info, uint32_t _currIndex, uint32_t _minBound, uint32_t _maxBound, std::wstring _msg) noexcept | SA::Exception_OutOfRange | |
Exception_OutOfRange(BaseInfo _info, uint32_t _currIndex, std::wstring _currIndexStr, uint32_t _minBound, std::wstring _minBoundStr, uint32_t _maxBound, std::wstring _maxBoundStr) noexcept | SA::Exception_OutOfRange | |
file | SA::Log | |
frameNum | SA::Log | |
function | SA::Log | |
level | SA::Log | |
line | SA::Log | |
Log()=default | SA::Log | |
Log(std::wstring _file, uint32_t _line, std::string _function, std::wstring _msg=L"Hello, World!", LogLevel _level=LogLevel::Normal, std::wstring _chanName=L"Default", std::wstring _details=L"", uint32_t _frameNum=0u, std::string _backtrace="") noexcept | SA::Log | |
maxBound | SA::Exception_OutOfRange | |
minBound | SA::Exception_OutOfRange | |
msg | SA::Log |