Typedef caerLogCallback

Typedef Documentation

typedef void (*caerLogCallback)(const char *msg, size_t msgLength)

Logging callback, called on any caerLog() invocation. Arguments are the full log string resulting from the caerLog() calls, plus its size (excluding trailing NUL byte).