#include <oskit/flask/avc.h>OSKIT_COMDECL oskit_avc_log_stats(oskit_avc_t *avc, int priority, char *tag);
This method logs the statistics of the AVC.
- avc
- The access vector cache.
- priority
- The log priority.
- tag
- The log prefix tag.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.