Exceptions
WatchDog Exception Logger

Last updated
Was this helpful?
WatchDog Exception Logger

Last updated
Was this helpful?
Was this helpful?
app.UseWatchDogExceptionLogger();
...
app.UseWatchDog(opt =>
{
opt.WatchPageUsername = "admin";
opt.WatchPagePassword = "Qwerty@123";
...
});