|
Safir SDK Core
|
#include <string>
Go to the source code of this file.
Namespaces | |
| Safir | |
| Safir. | |
| Safir::Logging | |
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 | |
| LOGGING_EXPORTS void | Safir::Logging::SendSystemLog (const Severity severity, const std::wstring &message) |
| Send log messages to the system logging mechanism. More... | |