#include "wx_debugging_base.h"#include <basis/convert_utf.h>#include <basis/function.h>#include <basis/istring.h>#include <basis/version_record.h>#include <data_struct/static_memory_gremlin.h>#include <loggers/file_logger.h>#include <wx/textctrl.h>Include dependency graph for wx_debugging_base.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | DISABLE |
| #define | REENABLE |
Variables | |
| const u_int | LENGTH_CHOP_FACTOR = 8192 |
| const int | ULS_BUFFER_SIZE = 164 * KILOBYTE |
| const wxString | wxstring_crlf = to_unicode_wx("\r\n") |
| const wxString | wxstring_lf = to_unicode_wx("\n") |
| #define DISABLE |
Definition at line 50 of file wx_debugging_base.cpp.
| #define REENABLE |
Definition at line 51 of file wx_debugging_base.cpp.
| const u_int LENGTH_CHOP_FACTOR = 8192 |
Definition at line 39 of file wx_debugging_base.cpp.
| const int ULS_BUFFER_SIZE = 164 * KILOBYTE |
Definition at line 43 of file wx_debugging_base.cpp.
| const wxString wxstring_crlf = to_unicode_wx("\r\n") |
| const wxString wxstring_lf = to_unicode_wx("\n") |
1.5.1