Skip to content

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.

License

Code-Crash/code-logger

Repository files navigation

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)

How to Use

TODO: Update this [In Progress]

How to Contribute

  1. Fork the repository
  2. Perform Development
  3. Create Pull Request

TODOs:

  1. add code to capture below items:
  • isRecordingEnabled?: boolean
  • isConsoleEnabled?: boolean
  • isOriginalConsoleEnabled?: boolean
  • isNetworkEnabled?: boolean
  • isWebSocketEnabled?: boolean
  • isGlobalErrorEnabled?: boolean
  • isLoggerEnabled?: boolean
  1. Create test cases
  2. Update the README.md

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published