Is your feature request related to a problem? Please describe.
Currently all of our logging goes through one logger object, the nxt logger.
We should break that up into different logger objects instead of adding custom levels like we do now.
Describe the solution you'd like
Use getLogger('comp') to output comp logs, rather than logger.compinfo