|
Typedefs |
typedef SBlogFileStats | SBlogFileStats |
Functions |
int | SBlogGetTime (time_t *timestamp, VXIunsigned *timestampMsec) |
int | SBlogGetTimeStampStr (time_t timestamp, VXIunsigned timestampMsec, char *timestampStr) |
int | SBlogGetFileStats (const char *path, SBlogFileStats *fileStats) |
int | SBlogGetCPUTimes (long *userTime, long *kernelTime) |
int | SBlogVswprintf (wchar_t *wcs, size_t maxlen, const wchar_t *format, va_list args) |
int | SBlogMkDir (const char *path) |
int | SBlogIsDir (const SBlogFileStats *statInfo) |
VXIbool | SBlogWchar2Latin1 (const wchar_t *input, char *output, VXIunsigned maxOutputChars) |
VXIbool | SBlogWchar2UTF8 (const wchar_t *input, char *output, VXIunsigned maxOutputBytes, VXIunsigned *outputBytes) |
VXIlogResult | SBlogLogErrorToConsole (const VXIchar *moduleName, VXIunsigned errorID, const VXIchar *errorIDText) |
VXIlogResult | SBlogVLogErrorToConsole (const VXIchar *moduleName, VXIunsigned errorID, const VXIchar *errorIDText, const VXIchar *format, va_list arguments) |
static bool | SBlogIsSpace (const char c) |
static bool | SBlogIsSpace (const wchar_t c) |
static bool | SBlogIsAlpha (const wchar_t c) |