docs: documented log function format string update
This commit is contained in:
parent
858bcfaebb
commit
b80514d80e
|
@ -457,8 +457,9 @@ Functionalities to write logs to QEMU's serial port.
|
|||
- **Warning** - Used for warnings and not important errors
|
||||
- **Error** - Used for Fatal Errors / Will be printed to the screen (graphics driver is not Implemented yet)
|
||||
|
||||
#### `log(log_level, string)` - function (void)
|
||||
#### `log(log_level, string, ...)` - function (void)
|
||||
Logs the given string to QEMU's log port, the string is prefixed with the log type.
|
||||
Format strings are supported.
|
||||
|
||||
### math.h
|
||||
Mathematical functions, definitions, etc.
|
||||
|
|
Loading…
Reference in New Issue