Package org.math.R

Class RLogPrintStream

  • All Implemented Interfaces:
    RLog

    public class RLogPrintStream
    extends Object
    implements RLog
    • Constructor Detail

      • RLogPrintStream

        public RLogPrintStream​(PrintStream p)
    • Method Detail

      • log

        public void log​(String string,
                        RLog.Level level)
        Description copied from interface: RLog
        Support R messages printin
        Specified by:
        log in interface RLog
        Parameters:
        string - to log
        level - Level
      • closeLog

        public void closeLog()
        Specified by:
        closeLog in interface RLog