central_log(1) program collecting all logs from narval sub systems actors.

SYNOPSIS

central_log [options]

DESCRIPTION

central_log program is based on log4Ada in order to collect all narval actors' logs. It also use Ada 2005 Annex E in order to do it transparently.

OPTIONS

--log_level info|warn|debug
Allow you to filter the output of central log.
--name NAME_OF_THE_LOGGER
Allow you to give a name to the local logger.
--server SERVER_NAME_OR_ADDRESS
Server name of a compliant log4j server as chainsaw you want to forward the logs.
--port SERVER_PORT
Port of the compliant log4j server you want to forward the logs.
--console BOOLEAN
Have to be set to true if you want both local console and forward to a server. Default behaviour is to log to console without forwarding to any server.

AUTHOR

This manual page was written by Xavier Grave <[email protected]>. It can be used by others.