Uses of Class
marf.util.Logger.LogPrintStream

Packages that use Logger.LogPrintStream
marf.util   
 

Uses of Logger.LogPrintStream in marf.util
 

Fields in marf.util declared as Logger.LogPrintStream
protected  Logger.LogPrintStream Logger.oLog
          Underlying LogPrintStream for messages and files.
protected  Logger.LogPrintStream Logger.LogPrintStream.oLPS
          Internal instance of log stream that might point to a file, STDOUT or STDERR.
 

Methods in marf.util that return Logger.LogPrintStream
 Logger.LogPrintStream Logger.getLogPrintStream()
          Returns references to the internal log stream.
 

Methods in marf.util with parameters of type Logger.LogPrintStream
 void Logger.setLogPrintStream(Logger.LogPrintStream poLogPrintStream)
          Allows to set new log stream.
 

Constructors in marf.util with parameters of type Logger.LogPrintStream
Logger.LogPrintStream(java.io.OutputStream poOutputStream, Logger.LogPrintStream poLogPrintStream)
          Sets the output to go to the two destinations of the first and second parameters.
 



SourceForge Logo