Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 302 Bytes

Logging.md

File metadata and controls

6 lines (3 loc) · 302 Bytes

Logging

ABP Framework 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.