Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
/ Bugg.Ir.Nlog Public archive

Bugg is a nuget package based on NLog for logging in ASP.NET projects

License

Notifications You must be signed in to change notification settings

Hameds/Bugg.Ir.Nlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugg.Ir.Nlog

NuGet

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

Getting started

Bugg is a nuget package, to install Bugg using, run Install-Package Bugg.Ir.NLog command in the Package Manager Console

Configuration options

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

Get your APIKey

bugg.ir dashboard is currently on private beta. public beta request will be available soon

How to start logging

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

About

Bugg is a nuget package based on NLog for logging in ASP.NET projects

Topics

Resources

License

Stars

Watchers

Forks

Languages