docs: documented log level 'None'
This commit is contained in:
parent
f4566e782b
commit
91ee003264
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue