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/LoggingProgressLog"
LoggingProgressLog
Class LoggingProgressLog
Progress log to logger, at a desired logging level
Hierarchy
LoggingProgressLog
Implements
ProgressLog
Index
Constructors
constructor
Properties
level
log
name
Methods
close
flush
is
Available
write
Constructors
constructor
new
Logging
Progress
Log
(
name
:
string
, level
?:
"debug"
|
"info"
)
:
LoggingProgressLog
Parameters
name:
string
Default value
level:
"debug"
|
"info"
= "debug"
Returns
LoggingProgressLog
Properties
Private
Readonly
level
level
:
"debug"
|
"info"
log
log
:
string
= ""
name
name
:
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/
Logging
Progress
Log"
Logging
Progress
Log
constructor
level
log
name
close
flush
is
Available
write
Generated using
TypeDoc
Progress log to logger, at a desired logging level