#include <win_eventlog_sink.h>
|
static std::string | format (std::string const &user_message, DWORD error_code=GetLastError()) |
|
◆ win32_error()
spdlog::sinks::win_eventlog::internal::win32_error::win32_error |
( |
std::string const & |
func_name, |
|
|
DWORD |
error = GetLastError() |
|
) |
| |
|
inlineexplicit |
◆ format()
static std::string spdlog::sinks::win_eventlog::internal::win32_error::format |
( |
std::string const & |
user_message, |
|
|
DWORD |
error_code = GetLastError() |
|
) |
| |
|
inlinestatic |
Formats an error report line: "user-message: error-code (system message)"
The documentation for this struct was generated from the following file: