Go to the source code of this file.
#define epicsExportSharedSymbols |
Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.
Definition at line 18 of file caChannel.cpp.
#define EXCEPTION_GUARD |
( |
|
code | ) |
|
Value:try { code; } \
catch (std::exception &e) {
LOG(
logLevelError,
"Unhandled exception caught from client code at %s:%d: %s", __FILE__, __LINE__, e.what()); } \
catch (...) {
LOG(
logLevelError,
"Unhandled exception caught from client code at %s:%d.", __FILE__, __LINE__); }
#define LOG(level, format,...)
Definition at line 31 of file caChannel.cpp.