Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Logs (C compatible)

Ahmed Castro edited this page Jan 9, 2018 · 3 revisions

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

Contents

Clone this wiki locally