Uses of Class
org.machanism.machai.gw.tools.LogBuilder
Packages that use LogBuilder
Package
Description
Provides Ghostwriter host-side function tools that expose project-scoped
automation capabilities to the Machai runtime.
-
Uses of LogBuilder in org.machanism.machai.gw.tools
Methods in org.machanism.machai.gw.tools that return LogBuilderModifier and TypeMethodDescriptionAppends the specified text to the internal log buffer and optionally persists it to disk.Methods in org.machanism.machai.gw.tools with parameters of type LogBuilderModifier and TypeMethodDescriptionprivate voidCommandFunctionTools.readStream(InputStream inputStream, String charsetName, LogBuilder output, CommandFunctionTools.LineConsumer lineConsumer, CommandFunctionTools.ErrorConsumer errorConsumer) Reads a process stream and appends its content tooutputwhile also passing each line to the provided consumer.CommandFunctionTools.waitAndCollect(Process process, LogBuilder output, String logId) Waits for the specified process to complete execution within the configured timeout, collects its output, and returns a report of the captured output.