svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

Replace `console.log` with `Logger`

Open techniq opened this issue 2 years ago • 1 comments

Replace all commented console.log (example) with Logger instances so they can easily be enabled / disabled via localStorage. See SelectField for an example.

techniq avatar Jan 12 '23 16:01 techniq

Related: #53

Add component to edit enabled Logger (localStorage.logger = 'MyComponent:INFO,OtherComponent') via UI

techniq avatar Aug 03 '24 16:08 techniq