KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
plugins
<internal>
Logger
Interface Logger
interface
Logger
{
clearScreen
:
(
type
:
LogType
)
=>
void
;
error
:
(
...
args
:
any
[]
)
=>
void
;
info
:
(
...
args
:
any
[]
)
=>
void
;
level
:
LogLevel
;
options
?:
LoggerOptions
;
success
:
(
...
args
:
any
[]
)
=>
void
;
warn
:
(
...
args
:
any
[]
)
=>
void
;
warnOnce
:
(
...
args
:
any
[]
)
=>
void
;
}
Index
Properties
clear
Screen
error
info
level
options?
success
warn
warn
Once
Properties
clear
Screen
clearScreen
:
(
type
:
LogType
)
=>
void
error
error
:
(
...
args
:
any
[]
)
=>
void
info
info
:
(
...
args
:
any
[]
)
=>
void
level
level
:
LogLevel
Optional
options
options
?:
LoggerOptions
success
success
:
(
...
args
:
any
[]
)
=>
void
warn
warn
:
(
...
args
:
any
[]
)
=>
void
warn
Once
warnOnce
:
(
...
args
:
any
[]
)
=>
void
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
clear
Screen
error
info
level
options
success
warn
warn
Once
Github
KC's Workspace
Loading...