Back to Abp

Logging

docs/en/framework/fundamentals/logging.md

10.3.0458 B
Original Source
json
//[doc-seo]
{
    "Description": "Learn how to utilize ASP.NET Core's logging system in ABP Framework for effective application logging and monitoring."
}

Logging

ABP doesn't implement any logging infrastructure. It uses the ASP.NET Core's logging system.

.NET Core's logging system is actually independent from the ASP.NET Core. It is usable in any type of application.