APme debugging console. Debug messages are logged here.
More...
APme debugging console. Debug messages are logged here.
Maximum size of a con_printf string
Dumps the console to standard output
Initialize the APme console
This just initializes the con_tb
textbuffer
- Note
- Must be called before other con_* functions
void con_printf |
( |
char * |
fmt, |
|
|
|
... |
|
) |
| |
Logs a text to the console; it uses a printf-like format
- Parameters
-
[in] | fmt | printf-like format |
[in] | ... | Additional arguments |
Debugging console buffer, used for con_tb
Number of times the last message was repeated
Console textbuffer
- See Also
- txtbuf