summaryrefslogtreecommitdiff
path: root/java/netsvcs/Logger
Commit message (Collapse)AuthorAgeFilesLines
* Removed LogClient.java from the makefile.eea11998-05-131-1/+0
|
* Decided to remove the LogClient since it basically just duplicated aeea11998-05-131-71/+0
| | | | test of the netsvcs I already had. :(
* Added a client for the logger (same as the C++ ACE direct_logging client,eea11998-05-123-2/+72
| | | | | but it's nice to see how to do it in Java), and made another small change for compatibility in LogRecord.
* Updated the LogRecord so it's compatible with C++ ACE again.eea11998-05-122-24/+11
|
* replaced WRAPPER_ROOT with ACE_ROOTlevine1998-05-121-4/+4
|
* Removed some things that generate warnings on NT:eea11997-12-193-5/+0
| | | | | Package includes of things in the current package Including java.lang.*
* A few extra comments, and now the default LogMessageReceiver is in itseea11997-11-126-142/+87
| | | | own file.
* Makefile for the Server Logging Serviceeea11997-07-251-0/+22
|
* This is the first version of the JACE Server Logging service. Iteea11997-07-255-0/+609
is based heavily on the example written by Chris Cleeland, and it should be compatible with the C++ ACE version. The Client Logging service isn't necessary in Java since applications have to use sockets to communicate with the services anyway (the C++ version let apps communicate with the middle-man Client Logging Service via named pipes).