Bugg is a nuget package based on NLog for logging in ASP.NET projects and sends your ASP.NET project logs to bugg.ir for better log search & analytics
Bugg is a nuget package, to install Bugg using, run Install-Package Bugg.Ir.NLog
command in the Package Manager Console
after you install Bugg nuget package in your ASP.NET project, you will have two new appsetting keys in your web.config
- BuggAPIKey (Required) : your bugg.ir APIKey (read Get your APIKey section below)
- BuggLevel (Required) : your log level, must be one of these values: Fatal, Error, Warn, Info, Debug, Trace
bugg.ir dashboard is currently on private beta. public beta request will be available soon
Bugg is based on NLog so you can use NLog tutorial on logging if you want to automatically log unhandled exceptions in your web application just add this method to your Global.asax file