Package com.inductiveautomation.rm.base
Class RMLogger.Reader
- java.lang.Object
- 
- com.inductiveautomation.rm.base.RMLogger.Reader
 
- 
- Enclosing class:
- RMLogger
 
 public static class RMLogger.Reader extends java.lang.ObjectA class to read lines from a given input stream in a separate thread and print them.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintln(java.lang.String aString)Does print.
 
- 
- 
- 
Constructor Detail- 
Readerpublic Reader(RMLogger aLogger, java.io.InputStream anInputStream) Creates a new stream printer for given input stream.
 
- 
 
-