bnprtr / comet

Create a gleaming trail of application logs
MIT License
2 stars 0 forks source link

Improve formatter Javascript backend #10

Closed bnprtr closed 4 months ago

bnprtr commented 4 months ago

Currently the formatter for the Javascript API just returns a String. This is different than the Erlang backend which returns a List(String). It would be better to have a consistent API for both backends.