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.
Features
- [x] Capture Console (log,info,debug,warn,error)
- [x] Custom Logs (levels: info, warn, error)
- [ ] Capture Network
- [ ] Capture WebSockets
- [ ] Capture Global Errors
- [ ] Add support for different transport (api,file,database,etc.)
- [x] API
- [ ] File
- [ ] Database (Browser Database/Hosted Database/In Memory)
Use Case:
- We can use this library to log and report all console and network activities to track the web based applications
- It can be used in following scenarios
- Centralized console logging mechanism
- Centralized error capturing
- Centralized network logging mechanism
How to Use
-
First, you will have to install the
code-logger
npm i code-logger
-
You will have to require the
code-logger
import code-logger from 'code-logger'; // TODO: