This example (nRealmLogAndAuditListener.Java)
demonstrates how to receive log messages from a Nirvana
realm, as well as how to receive audit events from a
realm.
The output is directed to stdOut as a default, but can
be redirected to two files if file names are specified.
RNAME is the realm
name of the Nirvana server. (e.g. nsp://localhost:9000
).
-l optional logfile name to output messages passed
to the logListener callback
-a optional auditfile name to output messages passed
to the auditListener callback