Class ForkedJavaProcess.LogInfo

  • Enclosing class:
    ForkedJavaProcess

    public static class ForkedJavaProcess.LogInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.logging.log4j.Level getLevel()  
      java.lang.String getLog()  
      void setLevel​(org.apache.logging.log4j.Level level)  
      void setLog​(java.lang.String log)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogInfo

        public LogInfo()
    • Method Detail

      • getLevel

        public org.apache.logging.log4j.Level getLevel()
      • setLevel

        public void setLevel​(org.apache.logging.log4j.Level level)
      • getLog

        public java.lang.String getLog()
      • setLog

        public void setLog​(java.lang.String log)