Loxer - v3.0.0
Preparing search index...
Loxer
LoxerOutputEvent
Type Alias LoxerOutputEvent
LoxerOutputEvent
:
|
{
environment
:
"dev"
|
"prod"
;
kind
:
"log"
;
lox
:
OutputLox
}
|
{
environment
:
"dev"
|
"prod"
;
kind
:
"error"
;
lox
:
ErrorLox
;
history
:
(
OutputLox
|
ErrorLox
)
[]
;
}
One emitted Loxer event.
kind
narrows the lox and the error-only history together.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Loxer - v3.0.0
Loading...
One emitted Loxer event.
kindnarrows the lox and the error-only history together.