|
Safir SDK Core
|
#include <Safir/Utilities/Internal/VisibilityHelpers.h>#include <Safir/Utilities/Internal/AutoLink.h>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Safir |
| This namespace contains all the functionality and definitions of the SAFIR SDK. | |
| namespace | Safir::Logging |
Macros | |
| #define | LOGGING_CPP_API SAFIR_HELPER_DLL_IMPORT |
| #define | SAFIR_LIBRARY_NAME "logging_cpp" |
| #define | LOGGING_CPP_LOCAL SAFIR_HELPER_DLL_LOCAL |
Enumerations | |
| enum | Safir::Logging::Severity { Safir::Logging::Emergency = 0 , Safir::Logging::Alert , Safir::Logging::Critical , Safir::Logging::Error , Safir::Logging::Warning , Safir::Logging::Notice , Safir::Logging::Informational , Safir::Logging::Debug } |
| Severity level according to RFC 3164. More... | |
Functions | |
| SAFIR_HELPER_DLL_IMPORT void | Safir::Logging::SendSystemLog (const Severity severity, const std::wstring &message) |
| Send log messages to the system logging mechanism. | |
| #define LOGGING_CPP_API SAFIR_HELPER_DLL_IMPORT |
| #define LOGGING_CPP_LOCAL SAFIR_HELPER_DLL_LOCAL |
| #define SAFIR_LIBRARY_NAME "logging_cpp" |