-
Notifications
You must be signed in to change notification settings - Fork 0
Java.util.logging
greggwon edited this page May 31, 2013
·
2 revisions
The Oracle web site has all of the Java java.util.logging javadoc based documentation on the java.util.logging package.
There are some additional classes provided in Java which I chose not to do at this point. If anyone wants to contribute implementations of these or similar classes, please feel free to contribute.
- MemoryHandler stores LogRecord instances in memory and pushes them out to other code based on some manual or automatic triggers.
- SocketHandler sends logging to a network destination.
- StreamHandler this is mimicked by the NetLog.Logging.Handler class provided in this package.
- XMLFormatter a Formatter which creates an XML formatted record of the logged data.