Client for appending runtime logs to the host.
Use append for a single entry, appendLogs for a native batch, or writer to bridge Node streams into the runtime log host.
append
appendLogs
writer
Appends one runtime log entry.
Returns a Writable that appends chunks to a runtime log stream.
Writable
Optional
Client for appending runtime logs to the host.
Use
appendfor a single entry,appendLogsfor a native batch, orwriterto bridge Node streams into the runtime log host.