marcelcremer / browser-logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser Logger

Browser Logger is a leightweight logging Framework that logs it's messages into the IndexedDB. Therefore it's possible to restore the log entries, even if the http-connection to the client was lost.

A "no-console" linting rule is recommended with this plugin, as all output should somehow be recoverable.

About

License:MIT License


Languages

Language:TypeScript 61.2%Language:JavaScript 38.8%