builder util.Class.DebugLogger
Electron-Builder / builder-util / DebugLogger
构造函数¶
new DebugLogger()¶
new DebugLogger(
isEnabled):DebugLogger
参数¶
• isEnabled: boolean = true
返回值¶
属性¶
data¶
readonlydata:Map<string,any>
isEnabled¶
readonlyisEnabled:boolean=true
方法¶
add()¶
add(
key,value):void
参数¶
• key: string
• value: any
返回值¶
void
save()¶
save(
file):Promise<void>
参数¶
• file: string
返回值¶
Promise<void>