huan / brolog

Logger for AngularJS in Browser like Npmlog
https://huan.github.io/brolog
Apache License 2.0
10 stars 1 forks source link

Usd `debug` NPM package as the underlying engine #156

Open huan opened 1 year ago

huan commented 1 year ago

And try to use debug to replace brolog in future developments.

It has excellent features like:

  1. flexible DEBUG environment variable, with wildcard (*) support, as well as a subtract operator -
  2. browser supported

One of the most important things we need to do is to confirm that it can be Dependence Injection with Angular (see: https://github.com/huan/brolog-angular-demo).

Roadmap

To-be-determined