Safir SDK Core
Loading...
Searching...
No Matches
Log.h File Reference
#include <Safir/Utilities/Internal/VisibilityHelpers.h>
#include <Safir/Utilities/Internal/AutoLink.h>
#include <string>
Include dependency graph for Log.h:

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.
 

Macro Definition Documentation

◆ LOGGING_CPP_API

#define LOGGING_CPP_API   SAFIR_HELPER_DLL_IMPORT

◆ LOGGING_CPP_LOCAL

#define LOGGING_CPP_LOCAL   SAFIR_HELPER_DLL_LOCAL

◆ SAFIR_LIBRARY_NAME

#define SAFIR_LIBRARY_NAME   "logging_cpp"