dotstack API Reference
1.10.37
|
Functions | |
void | bt_oem_log_write (const char *msg) |
Output log message. More... | |
This module declares an interface that DotStack is using to output its debug and diagnostic information. The application must implement this interface.
Though the simplest implementation may consis of just empty stubs it is strongly encouraged to provide a useful implementation that allows for viewing and capturing of the data passed through this interface.
void bt_oem_log_write | ( | const char * | msg | ) |
Output log message.
DotStack calls this function to output its debug information. Implementation should output or store the specified message to whatever device or medium where it can be examined and analyzed.