This is the offical NodeJS logger integration for CodeCTRL. Documentation for the current
commit on main
can be found at:
authentura.github.io/codectrl-nodejs-logger.
Documentation for the current release: (WIP).
CodeCTRL is an application designed primarily for the purpose of source code research and debugging. It allows developers and researchers to gain an insight into the execution flow of a running application by viewing a callstack at runtime by using the provided loggers for languages, without interrupting your application.
Using your favourite Node package manager, you can install the CodeCTRL logger for NodeJS by issuing:
yarn add @authentura/codectrl # or ...
npm install @authentura/codectrl # etc...