Skip to content

⬅️ Back to Table of Contents

📄 console-wrapper.js

📊 Analysis Summary

Metric Count
📊 Variables & Constants 1

📚 Table of Contents

🛠️ File Location:

📂 test/unit/utils/console-wrapper.js

Variables & Constants

Name Type Kind Value Exported
CONSOLE_LEVEL { OFF: number; ERROR: number; WARN: n... let/var { OFF: 0, ERROR: 1, WARN: 2, LOG: 3, INFO: 4, DEBUG: 5, ALL: 6, DEFAULT: 6 }