docs: documented log level 'None'

This commit is contained in:
antifallobst 2023-02-12 09:43:25 +01:00
parent f4566e782b
commit 91ee003264
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ This is a wrapper around the assembly `inb` instruction.
Functionalities to write logs to QEMU's serial port. Functionalities to write logs to QEMU's serial port.
#### `log_level_E` - enum #### `log_level_E` - enum
- **None** - Logs just the message without a prefix
- **Info** - General information, that could be useful - **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 - **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 - **Warning** - Used for warnings and not important errors