We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56b903 commit d66cb18Copy full SHA for d66cb18
lib/smart-app.js
@@ -79,6 +79,7 @@ module.exports = class SmartApp {
79
80
configureLogger(logger, jsonSpace = null, enableEvents = false) {
81
this._log = new Log(logger, jsonSpace, enableEvents)
82
+ return this
83
}
84
85
enableEventLogging(jsonSpace = null, enableEvents = true) {
0 commit comments