mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
300 B
5 lines
300 B
5 years ago
|
# Logging
|
||
|
|
||
|
ABP Framework doesn't implement any logging infrastructure. It uses the [ASP.NET Core's logging system](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging).
|
||
|
|
||
|
> .NET Core's logging system is actually independent from the ASP.NET Core. It is usable in any type of application.
|