|
Monad Engine da02fba2
> Undercity Codex_
|
Include dependency graph for Log.cpp:Go to the source code of this file.
Namespaces | |
| namespace | mnd |
Functions | |
| void | mnd::LogEmit (LogLevel level, const char *file, int line, const char *fmt,...) __attribute__((format(printf |
| Emit a formatted log line to stdout/stderr and the ring buffer. | |
| const std::deque< LogEntry > & | mnd::LogGetEntries () |
| Snapshot of the in-memory log buffer (bounded ring). | |
| void | mnd::LogClear () |
| Clear the in-memory log buffer. | |