Tutorial: system.getMinLogLevel

system.getMinLogLevel

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);
});