Go to the source code of this file.
Namespaces | |
| namespace | l4snd |
Defines | |
| #define | LOG4SENDPP_NEED_EXPORTS |
| internal | |
Functions | |
| void | l4snd::getVersion (int &major, int &minor, int &patch, bool &debug, std::string &info) |
| Gets the various parts of the version number. | |
| void | l4snd::defaultFailureHandler (unsigned srcline, const std::string &srcfile, const std::string &message) |
| default handler for failures when exception are disabled | |
| void | l4snd::handleFailure (unsigned srcline, const std::string &srcfile, const std::string &message) |
| Handles an internal failure. | |
| FailureHandler | l4snd::setFailureHandler (FailureHandler handler) |
| Sets pointer to failure handler. | |
Variables | |
| static FailureHandler | l4snd::handlerptr = defaultFailureHandler |
| pointer to failurehandler | |
Definition in file log4sendpp.cpp.
1.5.3