-
- All Implemented Interfaces:
- Runnable
public class StreamLogger
extends Object
implements Runnable
reads a stream indefinitely, and put a line of log in the specified logger
each time an EOF is seen.
- Author:
- jrialland
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
run() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2009-2012 Julien Rialland, and the jFastCGI project developpers.. All Rights Reserved.