0.1.0-beta • Published 8 months ago

code-logger v0.1.0-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

CodeLogger

Overview

Monitor and manage application activity effortlessly through detailed logs. Keep a watchful eye on your codebase by tracking errors, events, and key interactions, empowering you to maintain a smooth and reliable web experience.

GitHub license npm version PRs Welcome Download

Features

  • Capture Console (log,info,debug,warn,error)
  • Custom Logs (levels: info, warn, error)
  • Capture Network
  • Capture WebSockets
  • Capture Global Errors
  • Add support for different transport (api,file,database,etc.)
    • API
    • File
    • Database (Browser Database/Hosted Database/In Memory)

Use Case:

  1. We can use this library to log and report all console and network activities to track the web based applications
  2. It can be used in following scenarios
    1. Centralized console logging mechanism
    2. Centralized error capturing
    3. Centralized network logging mechanism

How to Use

  1. First, you will have to install the code-logger

      npm i code-logger
  2. You will have to require the code-logger

      import code-logger from 'code-logger';
    
      // TODO:   
0.1.0-beta

8 months ago

0.0.9-beta

8 months ago

0.0.8-beta

8 months ago

0.0.7-beta

9 months ago

0.0.6-beta

9 months ago

0.0.5-beta

9 months ago

0.0.4-beta

9 months ago

0.0.3-beta

9 months ago

0.0.2-beta

9 months ago

0.0.1-beta

9 months ago