CMGDK r49-rc2
|
#include <LogPlugIn.h>
公有成员 | |
bool (__cdecl *Create)(const wchar_t *project_code | |
void (__cdecl *Close)() | |
void (__cdecl *WriteNewLine)() | |
void (__cdecl *WriteWideStringSize)(const wchar_t * | |
void (__cdecl *WriteWideString)(const wchar_t *) | |
void (__cdecl *WriteAnsiStringSize)(CCP | |
void (__cdecl *WriteAnsiString)(CCP | |
const char * | void (__cdecl *ShowWideMessage)(const wchar_t *) |
void (__cdecl *ShowAnsiMessage)(CCP | |
const char * | void (__cdecl *PutWideError)(const wchar_t *) |
void (__cdecl *PutAnsiError)(CCP | |
公有属性 | |
bool | hint_error |
int | |
const char | int |
日志插件接口
hgl::LogInterface::bool | ( | __cdecl * | Create | ) | const |
hgl::LogInterface::void | ( | __cdecl * | PutAnsiError | ) |
const char* hgl::LogInterface::void | ( | __cdecl * | PutWideError | ) | const |
hgl::LogInterface::void | ( | __cdecl * | ShowAnsiMessage | ) |
const char* hgl::LogInterface::void | ( | __cdecl * | ShowWideMessage | ) | const |
hgl::LogInterface::void | ( | __cdecl * | WriteAnsiString | ) |
hgl::LogInterface::void | ( | __cdecl * | WriteAnsiStringSize | ) |
hgl::LogInterface::void | ( | __cdecl * | WriteWideString | ) | const |
hgl::LogInterface::void | ( | __cdecl * | WriteWideStringSize | ) | const |
hgl::LogInterface::void | ( | __cdecl * | WriteNewLine | ) |
hgl::LogInterface::void | ( | __cdecl * | Close | ) |
const char hgl::LogInterface::int |