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:
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