Go to the documentation of this file.
20 #ifndef SOPC_COMMON_H_
21 #define SOPC_COMMON_H_
bool SOPC_Common_IsInitialized(void)
return Common module initialization status
Defines logging configuration.
Definition: sopc_log_manager.h:96
SOPC_ReturnStatus SOPC_Common_SetLogLevel(SOPC_Log_Level level)
set general log level
SOPC_Log_Level
Definition: libs2opc_client.h:79
A log manager providing circular logging, multiple logging categories and levels with thread-safe acc...
void SOPC_Common_Clear(void)
clear common library (including logs)
SOPC_Log_Configuration SOPC_Common_GetDefaultLogConfiguration(void)
retrieve the default log configuration
SOPC_ReturnStatus SOPC_Common_Initialize(SOPC_Log_Configuration logConfiguration)
Initializes Common module.
SOPC_ReturnStatus
Definition: libs2opc_client.h:64