Package org.math.R

Class RLogPanel

    • Field Detail

      • maxsize

        public int maxsize
      • minsize

        public int minsize
      • filter

        public String filter
    • Constructor Detail

      • RLogPanel

        public RLogPanel()
    • Method Detail

      • log

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

        public void flush()
      • closeLog

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

        public PrintStream getInfoPrintStream()
      • getOutputPrintStream

        public PrintStream getOutputPrintStream()
      • getWarnPrintStream

        public PrintStream getWarnPrintStream()
      • getErrorPrintStream

        public PrintStream getErrorPrintStream()