Print mtouch log information
#include <input/mtouch_log.h>
void mtouch_log(int severity,
const char *devname,
const char *format,
...)
This is a variadic function. If NDEBUG is defined, the information is sent as a message to the system logger (slogger2). Otherwise, the log is simply directed to stderr. The mtouch_log() output format is: devname[severity]: formatted argument list.
Nothing.