Logs (C compatible) - modio/modio-sdk-legacy GitHub Wiki
Logs let you track the progress and output from the core libraries used by mod.io SDK. They are written in the log
file located in the mod.io/ directory.
setDebugMode
void modioSetDebugLevel(u32 debug_level)
Sets the logs debug level written on the log
file located at the mod.io SDK root directory. The default level is set to error
.
Name | Type | Description |
---|---|---|
debug_mode | u32 | Debug level value |