Skip to content

TcpSocketHandler

greggwon edited this page Aug 28, 2013 · 2 revisions

A Handler implementation for socket based access

This Handler implementation provides a way to reach the logging output of a process when you don't have a 'tail' program or 'tailable', text log file to look into. You can direct output to it using the conventional Level based controls, or create a specific Filter implementation to provide some other form of output control. The NetLogMonitor application provides a simple application for watching the logging activity of a service or other hard to monitor process.

Clone this wiki locally