How to use the getLoggerEffectiveLevel function from bindings
Find comprehensive JavaScript bindings.getLoggerEffectiveLevel code examples handpicked from public code repositorys.
89 90 91 92 93 94 95 96 97 98
* Get the logging severity level. * @function * @return {LoggingSeverity} - The severity level of the logger. */ get loggerEffectiveLevel() { return rclnodejs.getLoggerEffectiveLevel(this._name); } /** * Log a message with the DEBUG severity.
65
248
27
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)