|
As with most server software, the primary method to report all events and activities of LinkServer is logging. LinkServer employes an advanced logging facility which is easily configurable through an ordinary text file. Logging configuration can be changed at runtime without restarting the LinkServer.
LinkServer uses Apache Log4J logging library for log output. It is highly customizable and allows multiple levels and sources of logging information along with numerous log destinations. Logging output can be redirected to:
| • | Java Message Service (JMS) |
| • | And many other destinations.. |
The LinkServer logging configuration file is located in the installation directory and is called logging.xml. The structure of this file is briefly described in logging configuration file section. It also contains a list of logging categories used by different components of AggreGate to produce logging output.

|
Default Logging Configuration File defines two logging destinations: console and log file called linkserver.log that is located in LinkServer installation directory. Logging is performed at Info level.
|
|