Skip to content

DOTNET Core logger wrapper for fastest usage. We can integrate it into our new project in the shortest possible time.

Notifications You must be signed in to change notification settings

BrainStation-23/AspNetCoreLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet logger wrapper

Dotnet logger wrapper for fastest usage

Environment Build Code Quality Release
Production Build Status Quality Gate Status Production Release Status
Develop Build Status - Develop Release Status

Why logger wrapper

  • Dotnet has default logger, but has some limitations
    • too much nosiy
    • no persistant providers
    • no cloud providers
  • need fasted usage
  • need some builtin configure for plug & play
  • need some additional data
  • need some additional logger eg. activity, request with more data, error, audit trail etc.

** Our main goal is to create a wrapper with existing/non exisiting libraries for fastest usage in new projects.

Logger wrapper includes

  • Request logs
  • Error logs
  • DB Audit trail logs
  • Notification logs
  • Activity logs
  • DB Queies logs

References

Usage
Status

About

DOTNET Core logger wrapper for fastest usage. We can integrate it into our new project in the shortest possible time.

Resources

Stars

Watchers

Forks

Packages

No packages published