clik-engine API
GitHub
Preparing search index...
ConsolePrinter
Interface ConsolePrinter
interface
ConsolePrinter
{
error
(
text
:
string
)
:
void
;
log
(
text
:
string
,
color
?:
string
)
:
void
;
warn
(
text
:
string
)
:
void
;
}
Index
Methods
error
log
warn
Methods
error
error
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
log
log
(
text
:
string
,
color
?:
string
)
:
void
Parameters
text
:
string
Optional
color
:
string
Returns
void
warn
warn
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
error
log
warn
GitHub
clik-engine API
Loading...