Author: | Unspecified |
Home Page: | |
Version: | Unspecified |
Release Tag: | Unknown |
Release Date: | Unknown |
JVM Required: | Unspecified |
License: | Unspecified |
Categories: | None |
Requirements: | |
Dependencies: | No dependencies |
Externals: | None |
The main class that other programs interact with is the Syslog class. Everything on the class is static, making it easy to interact with as a service.
Messages sent to Syslog are handled by objects implementing the Syslogger interface. Syslog provides the concept of levels (DEBUG, INFO, WARNING, ERROR and FATAL). Individual loggers can have their own log policies for deciding if they should pay attention to given log message. There is a useful default policy that allows loggers to only listen to certain channels or messages at certain levels, etc.
Syslog provides startup classes for both the BEA/WebXpress WebLogic Application Server, and for Protomatter's own PAS Application Server. This allows for easy configuration of the Syslog package through the configuration file of each of those application servers.
The startup class for WebLogic is not included in the source repository at GJT because it's not yet clear what kind of licensing restrictions it will have to carry because it references interfaces that are shipped with WebLogic. If you are in need of this class, please contact support@protomatter.com. @gjtlicenseLGPL