33 static char line[0x1000];
39 va_start (args, format);
40 vsnprintf(line,
sizeof(line), format, args);
static ge_log_type active_log_types
static const char * log_type_name(ge_log_type type)
void ge_log_set_active_types(ge_log_type types)
Set active log types.
void ge_log(ge_log_type type, const char *format,...)
Log message.
uint8_t ge_log_enabled(ge_log_type type)
Check if a log type is enabled.
@ LOG_REGS_V
Register trace per pulse.
@ LOG_ERR
Emulator unrecoverable condition.
@ LOG_FUTURE
Future state network debug.
@ LOG_REGS
Register trace per cycle.
@ LOG_CONDS
MSL conditions trace.
@ LOG_CYCLE
Cycle attribution debug.
@ LOG_CMDS
MSL commands trace.
@ LOG_PERI
Peripherals IO.
@ LOG_DEBUG
General detailed debug information.
@ LOG_READER
Integrated Reader.