Oris-logger allows users to log application logs to file, console or DB (NoSql/Sql) The logger users to add context to logs if needed.
- Write log to SQL/NoSQL DB.
- Write log to file.
- Write log to console.
- Logs are written in json/plain text format.
- Logs can be written to multiple output source i.e. to both file and console.
- Context can be added to a log i.e. User ID, can be added to a log to track user footprint.