Info
| Version: | 1.0.0 | 
| Author(s): | Masoud Sharifi | 
| Last Update: | Monday, September 18, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/masoudsharifi/DotNetLogger | 
| NuGet Url: | https://www.nuget.org/packages/DotNetLogger | 
Install
Install-Package DotNetLogger
                        dotnet add package DotNetLogger
                        paket add DotNetLogger
                        
                                DotNetLogger Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- MongoDB.Driver(>= 2.4.4)
 - MongoDB.Driver.Core(>= 2.4.4)
 - mongocsharpdriver(>= 2.4.4)
 - Microsoft.EntityFrameworkCore(>= 2.0.0)
 - MongoDB.Bson(>= 2.4.4)
 - Microsoft.EntityFrameworkCore.SqlServer(>= 2.0.0)
 - Newtonsoft.Json(>= 10.0.3)
 
Tags
                
It gives the option of logging to Disk, SQL database or MongoDb. It also has a find method that can be used to search for logs based on time range, partial message string, log type (Exception, Error, Warning, Information).