Log用 Ring Buffer ツール ヘッダ. More...
#include "xtools.h"
Go to the source code of this file.
Classes | |
class | CLogRingBuffer |
Namespaces | |
namespace | jbxl |
Defines | |
#define | LOG_RB_UNKNOWN_DATA 0 |
#define | LOG_RB_TEXT_DATA 1 |
#define | LOG_RB_TEXT_HALF_DATA 2 |
#define | LOG_RB_BINARY_DATA 3 |
#define | LOG_RB_BINHEX_DATA 4 |
#define | LOG_RB_MESG 0 |
#define | LOG_RB_MESSAGE 0 |
#define | LOG_RB_INFO 1 |
#define | LOG_RB_INFORMATION 1 |
#define | LOG_RB_DEBUG 2 |
#define | LOG_RB_WARN 3 |
#define | LOG_RB_WARNING 3 |
#define | LOG_RB_ERR 4 |
#define | LOG_RB_ERROR 4 |
Definition in file LogRingBuffer.h.
#define LOG_RB_BINARY_DATA 3 |
Definition at line 26 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
#define LOG_RB_BINHEX_DATA 4 |
Definition at line 27 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::rewriteBinHexRingBuffer().
#define LOG_RB_DEBUG 2 |
Definition at line 34 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
#define LOG_RB_ERR 4 |
Definition at line 37 of file LogRingBuffer.h.
#define LOG_RB_ERROR 4 |
Definition at line 38 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
#define LOG_RB_INFO 1 |
Definition at line 32 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
#define LOG_RB_INFORMATION 1 |
Definition at line 33 of file LogRingBuffer.h.
#define LOG_RB_MESG 0 |
Definition at line 30 of file LogRingBuffer.h.
#define LOG_RB_MESSAGE 0 |
Definition at line 31 of file LogRingBuffer.h.
#define LOG_RB_TEXT_DATA 1 |
Definition at line 24 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer(), and CLogRingBuffer::putRingFormat().
#define LOG_RB_TEXT_HALF_DATA 2 |
Definition at line 25 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
#define LOG_RB_UNKNOWN_DATA 0 |
Definition at line 23 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
#define LOG_RB_WARN 3 |
Definition at line 35 of file LogRingBuffer.h.
#define LOG_RB_WARNING 3 |
Definition at line 36 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().