vlocode-project - v1.40.0-beta-4
Preparing search index...
core/src
FancyConsoleWriter
Class FancyConsoleWriter
Implements
LogWriter
Index
Constructors
constructor
Properties
chalk
colors
options
Methods
format
write
Constructors
constructor
new
FancyConsoleWriter
(
options
?:
FancyConsoleWriterOptions
)
:
FancyConsoleWriter
Parameters
Optional
options
:
FancyConsoleWriterOptions
Returns
FancyConsoleWriter
Properties
Private
Readonly
chalk
chalk
:
Chalk
= ...
Private
Readonly
colors
colors
:
{
"0"
:
Chalk
;
"1"
:
Chalk
;
"2"
:
Chalk
;
"3"
:
Chalk
;
"4"
:
Chalk
;
"5"
:
Chalk
;
}
= ...
Private
Readonly
options
options
:
FancyConsoleWriterOptions
Methods
format
format
(
entry
:
LogEntry
)
:
string
Parameters
entry
:
LogEntry
Returns
string
write
write
(
entry
:
LogEntry
)
:
void
Write a entry to the log
Parameters
entry
:
LogEntry
Entry to write
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
chalk
colors
options
Methods
format
write
vlocode-project - v1.40.0-beta-4
Loading...
Write a entry to the log