FreeBSD Manual Pages
OpenXPKI::Server::Log:UseroContributed)OpenXPKI::Server::Log::Layout::Audit(3) Name OpenXPKI::Server::Log::Layout::Audit Description The audit log calls used in OpenXPKI pass relevant parameters as hash along with the message which is not compatible with the default message handlers. This layout class provides the glue to create a string from this hash and write it into a message string finally. Example The syntax inside the code looks like: CTX('log')->audit()->warn('Private Key used', { pkey => 'IssuerCA1', operation => 'Signature' }); When using this module, this becomes: Private Key used|operation=Signature|pkey=IssuerCA1 Keys are sorted, key/value pairs are joined using "=", the keypairs are joined using the Pipe "|". perl v5.32.1 2021-OpenXPKI::Server::Log::Layout::Audit(3)
Name | Description | Example
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=OpenXPKI::Server::Log::Layout::Audit&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>