From 4b8125ad754d87f44bdae933bd33ff0305cfa9ea Mon Sep 17 00:00:00 2001 From: turret Date: Mon, 18 Dec 2023 14:02:29 -0600 Subject: log: add panic feat rearrange print to use internal vaprint to accomadate print added additional options to vaprint (nolock, noparsecolon, etc) use subsystem modes to accomadate restarting --- TODO.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index f42f1e6..4ccf31a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -22,3 +22,9 @@ TODO: - command registration API +- Panic + - Print tons of debug info + - Levels: + - Oops (fake panic, no die) + - Respawn (respawns subsystem in case of nonfatal) + - Real panic (fatal error, kills all subsystems and destroys all) -- cgit v1.2.3