void DPS_Log(DPS_LogLevel level, const char *file, int line, const char *function, const char *tag, const char *fmt,...)
Log a message.
void DPS_LogBytes(DPS_LogLevel level, const char *file, int line, const char *function, const uint8_t *bytes, size_t n)
Log an array of bytes.