Name

audit_log_format — format a message into the audit buffer.

Synopsis

void audit_log_format (struct audit_buffer * ab,
 const char * fmt,
  ...);
 

Arguments

struct audit_buffer * ab

audit_buffer

const char * fmt

format string

...

optional parameters matching fmt string

Description

All the work is done in audit_log_vformat.