From 91ee0032641e5038e14e9da5bbcf0c8c04d4a7cb Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sun, 12 Feb 2023 09:43:25 +0100 Subject: [PATCH] docs: documented log level 'None' --- .wiki/Kernel-documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index 14d3448..d904f9e 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -452,6 +452,7 @@ This is a wrapper around the assembly `inb` instruction. Functionalities to write logs to QEMU's serial port. #### `log_level_E` - enum + - **None** - Logs just the message without a prefix - **Info** - General information, that could be useful - **Debug** - Should only be used to find bugs and removed (or commented out) after the bug is found - **Warning** - Used for warnings and not important errors