man simplesocketserver (Commandes) - a simple socket server for logging

NAME

simplesocketserver - a simple socket server for logging

SYNOPSIS

simplesocketserver <port> <configFile>

DESCRIPTION

simplesocketserver is part of the log4cxx C++ logging framework and provides a simple server for centralized logging.

OPTIONS

The following parameters are required to run simplesocketserver:

<port>
The TCP port where to listen for logging requests.
<configFile>
The configuration file for simplesocketserver. This file is used to configure the appenders logging requests are sent to. The format is the same as the usual property file which is used to configure log4cxx.

AUTHOR

The log4cxx framework was written by Michael Catanzariti and Edmond Nolan.