ASP.NET Core Practice Test
ASP.NET Core Configuration & Logging 2
Which interface is used to write log messages in ASP.NET Core applications?
Select your answer
A
ILogger
B
ILog
C
IApplicationLogger
D
ILogWriter
Hint