Skip to content
Snippets Groups Projects
Commit 3f3bb245 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Kirill Yukhin
Browse files

Add audit log implementation stub

To build audit log as a part of the box library, set the following cmake
variables:
 - ENABLE_AUDIT_LOG: ON
 - AUDIT_LOG_SOURCES: audit log source files
 - EXTRA_BOX_INCLUDE_DIRS: header files needed for compilation

and add "audit_impl.h" to EXTRA_BOX_INCLUDE_DIRS - then it will be
included by "audit.h".

If ENABLE_AUDIT_LOG is unset, then a stub implementation is built, which
spits a warning to the log on an attempt to configure audit log.
parent 4ebdd8c0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment