Preparing search index...
The search index is not available
@hashgraph/solo
@hashgraph/solo
src/core/process_output
CustomProcessOutput
Class CustomProcessOutput
Uses the solo logger to handle process output from Listr2
Hierarchy
ProcessOutput
CustomProcessOutput
Index
Constructors
constructor
Methods
to
Stderr
to
Stdout
Constructors
constructor
new
CustomProcessOutput
(
logger
:
SoloLogger
)
:
CustomProcessOutput
Parameters
logger
:
SoloLogger
Returns
CustomProcessOutput
Methods
to
Stderr
toStderr
(
chunk
:
string
,
eol
?:
boolean
)
:
boolean
Parameters
chunk
:
string
eol
:
boolean
= true
Returns
boolean
to
Stdout
toStdout
(
chunk
:
string
,
eol
?:
boolean
)
:
boolean
Parameters
chunk
:
string
eol
:
boolean
= true
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
to
Stderr
to
Stdout
@hashgraph/solo
Loading...
Uses the solo logger to handle process output from Listr2