mixu / minilog

Lightweight client & server-side logging with Stream-API backends
http://mixu.net/minilog/
Other
382 stars 51 forks source link

Better configurability for the browser env #2

Closed mixu closed 12 years ago

mixu commented 12 years ago

I want to easily disable/enable console output, without using the localStorage configuration mechanism which requires that you remember a specific string.

I also want to set the logging level (e.g. only warn etc.).

I also want to enable/disable by particular logging scopes.

I also want an alternative to localstorage, such as being able to pass a string via the URL in the browser, for example:

?minilog=true ?minilog=warn ?minilog=chat.warn,radar*.debug

mixu commented 12 years ago

Added in e61edee5ab720e180cf9f3cab483ac5c0a87637c