#include <logger.h>
Static Public Member Functions | |
void | TruncateOnOpen (bool p_newstate=true) |
int | Logit (WORM_LOG_FLAGS p_flags, const char *p_format,...) |
void | Close () |
Static Protected Member Functions | |
WORM_STATUS_CODE | OpenFile () |
Static Protected Attributes | |
TMutex * | AccessLock = NULL |
std::fstream | OutStream |
char | PreviousDate [WORM_TIMESTR_LENGTH+1] = { "" } |
bool | TruncOnOpen = false |
int | MaxTooLongLength = 0 |
|
Definition at line 130 of file logger.cpp. References AccessLock, and OutStream. Referenced by CMFCDialogAppBase::InitInstance(), and main(). |
|
|
Definition at line 22 of file logger.cpp. References TTimeFuncs::DateString(), TGlobalUtils::GetEnvironmentValue(), Logit(), OutStream, WORM_STAT_FAILURE, WORM_STAT_SUCCESS, WORM_STATUS_CODE, WORM_TIME_ZONE, and WORM_TIMESTR_LENGTH. Referenced by Logit(). |
|
Definition at line 34 of file logger.h. Referenced by TGlobalUtils::HandleConfigLine(), CMFCDialogAppBase::InitInstance(), and main(). |
|
Definition at line 15 of file logger.cpp. |
|
Definition at line 19 of file logger.cpp. |
|
Definition at line 16 of file logger.cpp. Referenced by Close(), Logit(), and OpenFile(). |
|
Definition at line 17 of file logger.cpp. |
|
Definition at line 18 of file logger.cpp. |