summaryrefslogtreecommitdiff
path: root/java/netsvcs/Logger/LogMessageReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed some things that generate warnings on NT:eea11997-12-191-2/+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-121-10/+2
| | | | own file.
* This is the first version of the JACE Server Logging service. Iteea11997-07-251-0/+43
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).