GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Log::Layout::Audit(3) User Contributed Perl Documentation OpenXPKI::Server::Log::Layout::Audit(3)

OpenXPKI::Server::Log::Layout::Audit

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.

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 "|".

2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.