Retrieves the minimum (inclusive) logging level that is currently being written to the logs.
Example
fin.System.getMinLogLevel().then(level => console.log(level)).catch(err => console.log(err));
Retrieves the minimum (inclusive) logging level that is currently being written to the logs.
fin.System.getMinLogLevel().then(level => console.log(level)).catch(err => console.log(err));