#include "SBlogMapper.h"
#include <map>
#include <string>
#include "SBlogOSUtils.h"
Defines | |
#define | SBLOGMAPPER_EXPORTS |
#define | MODULE_PREFIX COMPANY_DOMAIN L"." |
#define | MODULE_NAME MODULE_PREFIX L"SBlog" |
Functions | |
static int | wtoint (const VXIchar *strval) |
SBLOGMAPPER_API VXIlogResult | SBlogErrorMapperCreate (const VXIVector *errorMapFiles, SBlogErrorMapper **mapper) |
Create a new XML error mapper. | |
SBLOGMAPPER_API VXIlogResult | SBlogErrorMapperDestroy (SBlogErrorMapper **mapper) |
Destroy an XML error mapper. | |
SBLOGMAPPER_API VXIlogResult | SBlogErrorMapperGetErrorInfo (SBlogErrorMapper *mapper, VXIunsigned errorID, const VXIchar *moduleName, const VXIchar **errorText, VXIint *severityLevel) |
Map an error ID to text and a severity. | |
Variables | |
static const VXIchar * | EMPTY_STRING = L"" |
|
|
|
|
|
|
|
|
|
|