initial commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
using log4net;
|
||||
using log4net.Core;
|
||||
|
||||
namespace Microsoft.Extensions.Logging.Log4Net.AspNetCore.Entities;
|
||||
|
||||
public interface IEventIDLog : ILog
|
||||
{
|
||||
void Log(EventId eventId, LoggingEvent loggingEvent);
|
||||
}
|
||||
Reference in New Issue
Block a user