logatim icon indicating copy to clipboard operation
logatim copied to clipboard

Logatim is an isomorphic logger which implements log levels and ANSI styles.

Results 6 logatim issues
Sort by recently updated
recently updated
newest added

Thanks for the lib, looks sweet. Having an issue getting it working though. I made a reduced test case, file tree looks like this: ``` - package.json - node_modules/ –...

```javascript logatim.bgRed('Error').info(`: ${message}`); ``` I basically want the part after the colon to not have any styles at all, revert back to default. Is there a method to reset styles?...

Hi. I have a nodeJs universal application bundled with webpack. I tried importing/requiring your library and using it but I see nothing on the console. Furthermore, if I try this:...

Stream anywhere. This feature needs a hard rethinking on the config setting up.

enhancement

In the browser console, for the page [logatim](http://sospedra.github.io/logatim/), if I do ... ``` logatim.info("String log"); ``` ... then I get ... ``` String log ``` If I do ... ```...

So we can abstract the configuration from the implementation. The config would be able to modify: ``` { level: {String | Number}, channels: [{ wagon: {Function}, // plug-in options: {Object},...

enhancement