Code::Blocks
SVN r11506
|
#include "cclogger.h"
#include <wx/event.h>
#include <wx/textfile.h>
#include <wx/utils.h>
#include <logmanager.h>
#include <globals.h>
Go to the source code of this file.
Macros | |
#define | TRACE_TO_FILE(msg) |
#define | TRACE_THIS_TO_FILE(msg) |
Variables | |
bool | g_EnableDebugTrace = false |
Toggles tracing into file. More... | |
bool | g_EnableDebugTraceFile = false |
const wxString | g_DebugTraceFile = wxEmptyString |
Trace file name (if above is enabled). More... | |
long | g_idCCAddToken = wxNewId() |
long | g_idCCLogger = wxNewId() |
long | g_idCCDebugLogger = wxNewId() |
#define TRACE_THIS_TO_FILE | ( | msg | ) |
Definition at line 39 of file cclogger.cpp.
#define TRACE_TO_FILE | ( | msg | ) |
Definition at line 27 of file cclogger.cpp.
const wxString g_DebugTraceFile = wxEmptyString |
Trace file name (if above is enabled).
Definition at line 23 of file cclogger.cpp.
bool g_EnableDebugTrace = false |
Toggles tracing into file.
Definition at line 21 of file cclogger.cpp.
bool g_EnableDebugTraceFile = false |
Definition at line 22 of file cclogger.cpp.
long g_idCCAddToken = wxNewId() |
Definition at line 24 of file cclogger.cpp.
long g_idCCDebugLogger = wxNewId() |
Definition at line 26 of file cclogger.cpp.
Referenced by CodeCompletion::CodeCompletion(), and CodeCompletion::~CodeCompletion().
long g_idCCLogger = wxNewId() |
Definition at line 25 of file cclogger.cpp.
Referenced by CodeCompletion::CodeCompletion(), and CodeCompletion::~CodeCompletion().