|
@@ -28,6 +28,8 @@ extern "C" {
|
|
* @defgroup logging Logging
|
|
* @defgroup logging Logging
|
|
*
|
|
*
|
|
* @brief Custom logging solutions can be "plugged in" with this interface
|
|
* @brief Custom logging solutions can be "plugged in" with this interface
|
|
|
|
+ *
|
|
|
|
+ * @{
|
|
*/
|
|
*/
|
|
|
|
|
|
typedef enum UA_LoggerCategory {
|
|
typedef enum UA_LoggerCategory {
|
|
@@ -85,6 +87,8 @@ typedef struct UA_Logger {
|
|
#define UA_LOG_FATAL(LOGGER, CATEGORY, MSG) do {} while(0)
|
|
#define UA_LOG_FATAL(LOGGER, CATEGORY, MSG) do {} while(0)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+/** @} */
|
|
|
|
+
|
|
#ifdef __cplusplus
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
} // extern "C"
|
|
#endif
|
|
#endif
|