@nickyzj2023/utils
Preparing search index...
LogOptions
Interface LogOptions
log 配置选项
interface
LogOptions
{
fileName
?:
boolean
;
time
?:
boolean
;
}
Index
Properties
file
Name?
time?
Properties
Optional
file
Name
fileName
?:
boolean
是否显示调用者文件名
Default
true
Copy
Optional
time
time
?:
boolean
是否显示时间
Default
true
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Name
time
@nickyzj2023/utils
Loading...
log 配置选项