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.
fork icon65
star icon248
watch icon27

+ 3 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)