@semo/core
Preparing search index...
log
LogOptions
Type Alias LogOptions
Options for configuring log output behavior and formatting
type
LogOptions
=
{
exitCode
?:
number
;
ifExit
?:
boolean
;
inverseColor
?:
boolean
;
type
?:
"log"
|
"info"
|
"error"
|
"warn"
;
}
Index
Properties
exit
Code?
if
Exit?
inverse
Color?
type?
Properties
Optional
exit
Code
exitCode
?:
number
Optional
if
Exit
ifExit
?:
boolean
Optional
inverse
Color
inverseColor
?:
boolean
Optional
type
type
?:
"log"
|
"info"
|
"error"
|
"warn"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
exit
Code
if
Exit
inverse
Color
type
@semo/core
Loading...
Options for configuring log output behavior and formatting