Class BuildToolLog.CollectOutputLog
java.lang.Object
org.graalvm.python.embedding.tools.exec.BuildToolLog.CollectOutputLog
- All Implemented Interfaces:
BuildToolLog
- Enclosing interface:
BuildToolLog
-
Nested Class Summary
Nested classes/interfaces inherited from interface BuildToolLog
BuildToolLog.CollectOutputLog -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidbooleanbooleanbooleanbooleanbooleanvoidvoidvoidvoidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BuildToolLog
isLifecycleEnabled, lifecycle
-
Constructor Details
-
CollectOutputLog
-
-
Method Details
-
getOutput
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceBuildToolLog
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceBuildToolLog
-
info
- Specified by:
infoin interfaceBuildToolLog
-
warning
- Specified by:
warningin interfaceBuildToolLog
-
warning
- Specified by:
warningin interfaceBuildToolLog
-
error
- Specified by:
errorin interfaceBuildToolLog
-
debug
- Specified by:
debugin interfaceBuildToolLog
-
isWarningEnabled
public boolean isWarningEnabled()- Specified by:
isWarningEnabledin interfaceBuildToolLog
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceBuildToolLog
-
isSubprocessOutEnabled
public boolean isSubprocessOutEnabled()- Specified by:
isSubprocessOutEnabledin interfaceBuildToolLog
-
subProcessOut
- Specified by:
subProcessOutin interfaceBuildToolLog
-
subProcessErr
- Specified by:
subProcessErrin interfaceBuildToolLog
-