1. NAME

audit_log_format - format a message into the audit buffer.

2. SYNOPSIS

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

3. ARGUMENTS

ab
    audit_buffer

fmt
    format string @...: optional parameters matching fmt string

...
    variable arguments

4. DESCRIPTION

All the work is done in audit_log_vformat.

5. COPYRIGHT