Search
Preparing search index...
The search index is not available
@atomist/sdm
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"api-helper/log/WriteToAllProgressLog"
WriteToAllProgressLog
Class WriteToAllProgressLog
Write to multiple progress logs, exposing them as one.
Hierarchy
WriteToAllProgressLog
Implements
ProgressLog
Index
Constructors
constructor
Properties
logs
name
Accessors
log
url
Methods
close
flush
is
Available
write
Constructors
constructor
new
Write
ToAll
Progress
Log
(
name
:
string
, log1
:
ProgressLog
, log2
:
ProgressLog
,
...
others
:
ProgressLog
[]
)
:
WriteToAllProgressLog
Parameters
name:
string
log1:
ProgressLog
log2:
ProgressLog
Rest
...
others:
ProgressLog
[]
Returns
WriteToAllProgressLog
Properties
Private
Readonly
logs
logs
:
ProgressLog
[]
name
name
:
string
Accessors
log
get
log
(
)
:
string
Returns
string
url
get
url
(
)
:
string
Returns
string
Methods
close
close
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
flush
flush
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
is
Available
is
Available
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
write
write
(
msg
:
string
,
...
args
:
string
[]
)
:
void
Parameters
msg:
string
Rest
...
args:
string
[]
Returns
void
Globals
"api-
helper/log/
Write
ToAll
Progress
Log"
Write
ToAll
Progress
Log
constructor
logs
name
log
url
close
flush
is
Available
write
Generated using
TypeDoc
Write to multiple progress logs, exposing them as one.