jdachtera / node-rtpmidi

A node js implementation of Apples Network Midi Protocol.
92 stars 17 forks source link

Disable logging to the terminal #28

Open AdrianGjerstad opened 3 years ago

AdrianGjerstad commented 3 years ago

I'm writing an application that already uses the terminal to handle I/O. It also has its own logger. Is there a way I can disable this package's logger, or at least redirect it somewhere that doesn't affect my other logger? Thanks in advance.