Defining logcfg entries

When we define the logcfg entry in a configuration file, use the following general format (on a single line) to specify audit event logging:
logcfg = category:{stdout|stderr|file|remote}[[parameter[=value]],
[parameter[=value]]],
...,
[parameter[=value]]]

To enable the recording of audit events, associate an event category with a log agent (file or remote) or associate an event category with a console destination (stdout or stderr). When we define the parameters for any logcfg entry, be aware of the following conditions:

Events for a category are inclusive of all subcomponents in the hierarchy. That is, a foo.bar.fred event is captured when the foo.bar category is defined.

We can attach multiple log agents to the same category. For example, the following configuration:

Parent topic: Audit event logging