Show HN: I just open-sourced a small utility to make console.log better

  • console.stream() seems super fishy to me: https://github.com/jbail/lumberjack/blob/master/scripts/lumb...

    Here you are just changing a global default stream name, but it looks like you have some kind of alternate console objects. E.g., as though I could do "logger = console.stream('component'); logger.info(...);" in my code – but that isn't how it works at all, it's just chaining and a method that means something more like "console.setLogName('component')"