Skip to content
greggwon edited this page Aug 28, 2013 · 11 revisions

Welcome to the NetLog wiki!

The About page details why this project exists. You can look at the Configuration page to see an example logging.properties file. The Handler page discusses the handlers which are provided in the package. The Formatter page discusses formatting in more detail. Overall though, if you are familiar with the java.util.logging package, then you should find a vast majority of that API and the associated programming patterns represented in this code.

Also check out the NetLogMonitor support which provides a TCP reachable handler which I've provided a app to connect to, which provides "tail" like functionality of the log so that you can watch what happens in running processes without having to have a "tail" implementation available.

Enjoy!

Clone this wiki locally