#include <debug_log.hpp>
Definition at line 22 of file debug_log.hpp.
◆ DebugLogger()
| bb::avm2::simulation::DebugLogger::DebugLogger |
( |
DebugLogLevel |
level, |
|
|
uint32_t |
max_memory_reads, |
|
|
LogFn |
log_fn |
|
) |
| |
|
inline |
◆ applyStringFormatting()
| std::string bb::avm2::simulation::DebugLogger::applyStringFormatting |
( |
const std::string & |
formatStr, |
|
|
const std::span< FF > & |
args |
|
) |
| |
|
staticprivate |
◆ debug_log()
◆ dump_logs()
| std::vector< DebugLog > bb::avm2::simulation::DebugLogger::dump_logs |
( |
| ) |
|
|
inline |
◆ isLevelEnabled()
| bool bb::avm2::simulation::DebugLogger::isLevelEnabled |
( |
DebugLogLevel |
level | ) |
const |
|
private |
◆ debug_logs
| std::vector<DebugLog> bb::avm2::simulation::DebugLogger::debug_logs |
|
private |
◆ level
◆ log_fn
| LogFn bb::avm2::simulation::DebugLogger::log_fn |
|
private |
◆ max_memory_reads
| uint32_t bb::avm2::simulation::DebugLogger::max_memory_reads |
|
private |
◆ total_memory_reads
| uint32_t bb::avm2::simulation::DebugLogger::total_memory_reads = 0 |
|
private |
The documentation for this class was generated from the following files: