#include "CVLog.h"
#include <CVPlatform.h>
#include <algorithm>
#include <cassert>
#include <vector>
Go to the source code of this file.
◆ _vsnprintf
| #define _vsnprintf vsnprintf |
◆ LOG_ARGS
| #define LOG_ARGS |
( |
|
flags | ) |
|
Value:
va_list args; \
va_end(args); \
}
static bool s_backupEnabled
static char s_buffer[s_bufferMaxSize]
static const size_t s_bufferMaxSize
static CVLog * s_instance
filament::Texture::InternalFormat format
Definition at line 94 of file CVLog.cpp.
◆ s_backupEnabled
◆ s_backupMessages
| std::vector<Message> s_backupMessages |
|
static |
◆ s_buffer
◆ s_bufferMaxSize
| const size_t s_bufferMaxSize = 4096 |
|
static |
◆ s_instance
| CVLog* s_instance = nullptr |
|
static |
◆ s_verbosityLevel