loglevel-serverSend
loglevel-serverSend copied to clipboard
Plugin for loglevel JS lib which will forward all log messages to the server
Hello, I am completely new in using JavaScript and thus for me is not clear how to use this plugin. I already have loglevel in my project and a web...
Tests
Where are the tests?
Add the ability to log JSON objects. (Currently the prefix method can handle the conversion, but the headers will be incorrect) This may also be useful to combine with #3...
Without stack traces, the logs are of limited use Perhaps something like this should be the default: ``` js if (message instanceof Error && message.stack) { message.stack; } else if...
Sometimes, when I want to use this plugin in typescript. It is unable to use to my project. Maybe the TypeScript implementation for this plugin can be considered to add....