Retrieves the minimum (inclusive) logging level that is currently being written to the logs.
Example
fin.desktop.System.getMinLogLevel(function (logLevel) {
console.log('the current log level, ', logLevel);
});
`
Retrieves the minimum (inclusive) logging level that is currently being written to the logs.
fin.desktop.System.getMinLogLevel(function (logLevel) {
console.log('the current log level, ', logLevel);
});
`