Files
LogViewerControl/Resources/3rd Party/Microsoft.Extensions.Logging.Log4Net.AspNetCore/Entities/IEventIDLog .cs
T
Matthias Heil 6bed9b284c initial commit
2026-04-04 13:30:13 +02:00

10 lines
206 B
C#

using log4net;
using log4net.Core;
namespace Microsoft.Extensions.Logging.Log4Net.AspNetCore.Entities;
public interface IEventIDLog : ILog
{
void Log(EventId eventId, LoggingEvent loggingEvent);
}