Set the minimum log level above which logs will be written to the OpenFin log
Example
fin.System.setMinLogLevel("verbose").then(() => console.log("log level is set to verbose")).catch(err => console.log(err));
Set the minimum log level above which logs will be written to the OpenFin log
fin.System.setMinLogLevel("verbose").then(() => console.log("log level is set to verbose")).catch(err => console.log(err));