Go to the source code of this file.
Go to the SVN repository for this file.
#define PTB_ERROR(file, msg) ERR_POST(Error << MDiagFile(file) << ": " << msg) #define PTB_ERROR_EX(file, err_code, msg) ERR_POST(Error << MDiagFile(file) << ErrCode(err_code) << msg) #define PTB_WARNING(file, msg) ERR_POST(Warning << MDiagFile(file) << ": " << msg) #define PTB_WARNING_EX(file, err_code, msg) ERR_POST(Warning << MDiagFile(file) << ErrCode(err_code) << msg) #define PTB_INFO(msg) ERR_POST(Info << MDiagFile(kEmptyStr) << ErrCode(ePTB_NoError) << msg) #define PTB_INFO_EX(file, err_code, msg) ERR_POST(Info << MDiagFile(file) << ErrCode(err_code) << msg) #define PTB_TRACE(msg) _TRACE(Trace << ErrCode(ePTB_NoError) << msg) #define PTB_TRACE_EX(file, err_code, msg) _TRACE(Trace << MDiagFile(file) << ErrCode(err_code) << msg) enum EProjectTreeBuilderErrCode {Definition at line 40 of file ptb_err_codes.hpp.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4