How do I log outbound http requests in meteor?

Is there a meteor package that would enable me to do that?

Alternatively, is there a way to use a node package like https://github.com/meetearnest/global-request-logger to log outbound http traffic for a meteor app?

Couldn’t find any Meteor packages that can do this… but solved by using an NPM package global-request-logger: