nightingale-monorepo
Preparing search index...
nightingale/src
BrowserConsoleFormatter
Class BrowserConsoleFormatter
Implements
NightingaleFormatter
Index
Constructors
constructor
Properties
style
To
Html
Style
Methods
format
Constructors
constructor
new
BrowserConsoleFormatter
(
theme
?:
"dark"
|
"light"
)
:
BrowserConsoleFormatter
Parameters
theme
:
"dark"
|
"light"
= "light"
Returns
BrowserConsoleFormatter
Properties
style
To
Html
Style
styleToHtmlStyle
:
StyleToHtmlStyle
Methods
format
format
<
T
extends
Metadata
>
(
record
:
LogRecord
<
T
>
)
:
[
string
,
...
string
[]
]
Type Parameters
T
extends
Metadata
Parameters
record
:
LogRecord
<
T
>
Returns
[
string
,
...
string
[]
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
style
To
Html
Style
Methods
format
nightingale-monorepo
Loading...