Search
Preparing search index...
The search index is not available
AsyncCLI Package
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ICLILogger
Interface ICLILogger
Facade for any logger to be used by the CLI infrastructure
Hierarchy
ICLILogger
Implemented by
CLILogger
Index
Properties
debug
error
info
log
trace
warn
Properties
debug
debug
:
(
message
:
string
)
=>
void
Type declaration
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
error
error
:
(
message
:
string
)
=>
void
Type declaration
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
info
info
:
(
message
:
string
)
=>
void
Type declaration
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
log
log
:
(
message
:
string
)
=>
void
Type declaration
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
trace
trace
:
(
message
:
string
)
=>
void
Type declaration
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
warn
warn
:
(
message
:
string
)
=>
void
Type declaration
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
Globals
AbstractCLICommand
CLI
CLILogger
IBaseCLIArgs
ICLIInit
Options
ICLILogger
debug
error
info
log
trace
warn
ICLILogger
Options
IPending
Promise
Execution
Phase
cli
Logger
Generated using
TypeDoc
Facade for any logger to be used by the CLI infrastructure