aboutsummaryrefslogtreecommitdiff
path: root/featureClass/featureManager.js
diff options
context:
space:
mode:
Diffstat (limited to 'featureClass/featureManager.js')
-rw-r--r--featureClass/featureManager.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js
index 8b5a023..809e608 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -442,7 +442,7 @@ class FeatureManager {
func.call(context, ...(args || []))
let time = Date.now()-start
if(time > this.longEventTime){
- console.log(this.messagePrefix + "Long (forge) event triggered (" + context.constructor.name + "/" + event.class.toString() + ")")
+ logger.logMessage("Long (forge) event triggered (" + context.constructor.name + "/" + event.class.toString() + ")", 3)
}
this.stopRecordingPerformance(context.constructor.name, event.class.name)
}