#include "global.h"
#include "arch/ArchHooks/ArchHooks.h"
#include "arch/arch.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "RageTimer.h"
#include "RageFile.h"
#include "RageThreads.h"
#include <ctime>
#include <map>
Defines | |
#define | LOG_PATH "log.txt" |
#define | INFO_PATH "info.txt" |
#define | NEWLINE "\n" |
Enumerations | |
enum | { WRITE_TO_INFO = 0x01, WRITE_LOUD = 0x02 } |
Variables | |
RageLog * | LOG |
map< CString, CString > | LogMaps |
RageFile * | g_fileLog |
RageFile * | g_fileInfo |
RageMutex * | g_Mutex |
char | staticlog [1024 *32] = "" |
unsigned | staticlog_size = 0 |
const int | BACKLOG_LINES = 10 |
char | backlog [BACKLOG_LINES][1024] |
int | backlog_start = 0 backlog_cnt=0 |
char | g_AdditionalLogStr [10240] = "" |
int | g_AdditionalLogSize = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|