crun audit/logging helpers implementation
More...
#include "../inc/crun_audit.h"
#include "../inc/crun_file_manager.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
crun audit/logging helpers implementation
- Author
- ZouariOmar (zouar.nosp@m.ioma.nosp@m.r20@g.nosp@m.mail.nosp@m..com)
- Version
- 0.2
- Date
- 2025-11-26
- Copyright
- Copyright (c) 2025
crun_audit.c
◆ crun_audit_error()
| void crun_audit_error |
( |
const char * | fmt, |
|
|
| ... ) |
Emit an error audit event.
- Parameters
-
| fmt | printf-style message format. |
| ... | Format arguments. |
◆ crun_audit_info()
| void crun_audit_info |
( |
const char * | fmt, |
|
|
| ... ) |
Emit an informational audit event.
- Parameters
-
| fmt | printf-style message format. |
| ... | Format arguments. |
◆ crun_audit_warn()
| void crun_audit_warn |
( |
const char * | fmt, |
|
|
| ... ) |
Emit a warning audit event.
- Parameters
-
| fmt | printf-style message format. |
| ... | Format arguments. |