| 
    JunkBox_Lib++ (for Windows) 1.10.1
    
   | 
 
Log用 Ring Buffer ツール ヘッダ More...
#include "xtools.h"

Go to the source code of this file.
Classes | |
| class | CLogRingBuffer | 
Namespaces | |
| namespace | jbxl | 
Macros | |
| #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 20 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
| #define LOG_RB_BINHEX_DATA 4 | 
Definition at line 21 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::rewriteBinHexRingBuffer().
| #define LOG_RB_DEBUG 2 | 
Definition at line 28 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
| #define LOG_RB_ERR 4 | 
Definition at line 31 of file LogRingBuffer.h.
| #define LOG_RB_ERROR 4 | 
Definition at line 32 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
| #define LOG_RB_INFO 1 | 
Definition at line 26 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
| #define LOG_RB_INFORMATION 1 | 
Definition at line 27 of file LogRingBuffer.h.
| #define LOG_RB_MESG 0 | 
Definition at line 24 of file LogRingBuffer.h.
| #define LOG_RB_MESSAGE 0 | 
Definition at line 25 of file LogRingBuffer.h.
| #define LOG_RB_TEXT_DATA 1 | 
Definition at line 18 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer(), CLogRingBuffer::putRingFormat(), and CLogRingBuffer::putRingFormat().
| #define LOG_RB_TEXT_HALF_DATA 2 | 
Definition at line 19 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
| #define LOG_RB_UNKNOWN_DATA 0 | 
Definition at line 17 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().
| #define LOG_RB_WARN 3 | 
Definition at line 29 of file LogRingBuffer.h.
| #define LOG_RB_WARNING 3 | 
Definition at line 30 of file LogRingBuffer.h.
Referenced by CLogRingBuffer::putRingBuffer().