summaryrefslogtreecommitdiff
path: root/java/JACE/netsvcs/Logger/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'java/JACE/netsvcs/Logger/package.html')
-rw-r--r--java/JACE/netsvcs/Logger/package.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/JACE/netsvcs/Logger/package.html b/java/JACE/netsvcs/Logger/package.html
new file mode 100644
index 00000000000..84bffb246d9
--- /dev/null
+++ b/java/JACE/netsvcs/Logger/package.html
@@ -0,0 +1,17 @@
+<!-- $Id$ -->
+<HTML>
+<BODY>
+Logging Service for processing logging records received from remote hosts.
+<P>
+The strategy for how to process the records can be easily changed via the
+command line.
+<P>
+A simple test client is available in the tests directory under netsvcs\Logger.
+The service itself can either be run on the command line (by running
+ServerLoggingAcceptor) or by loading it with a ServiceConfig file (see
+the tests for the service configurator).
+
+@see JACE.netsvcs.Logger.LoggingStrategy
+@see <a href="http://www.cs.wustl.edu/~schmidt/ACE-netsvcs.html">ACE Network Services</a>
+</BODY>
+</HTML>