Logger error.
More...
#include <logError.hpp>
Internal enum representing possible error conversion methods
Enumerator |
---|
LOGERROR_UNDEF |
undefined
|
LOGERROR_STRERROR |
Posix strerror_r.
|
LOGERROR_WINERROR |
Windows GetLastError/FormatMessage.
|
enum Error _Wolframe::log::LogError::error |
( |
| ) |
const |
|
inline |
bool _Wolframe::log::LogError::operator== |
( |
const LogError & |
e | ) |
const |
|
inline |
enum Error _Wolframe::log::LogError::_error |
|
private |
const LogError _Wolframe::log::LogError::LogStrerror |
|
static |
output stream marker for logging the strerror of the last POSIX system call in human readable format
const LogError _Wolframe::log::LogError::LogWinerror |
|
static |
output stream marker for logging the Windows error of the last Windows API call in human readable format
The documentation for this class was generated from the following file: