enableSaveLogs property

bool enableSaveLogs
getter/setter pair

enableSaveLogs is a property for logs

so this property to write all proccess in db but this needs to enableLog to be true

the default value is false

enableSaveLogs: false,
enableSaveLogs: true,

Implementation

bool enableSaveLogs;