IEventLog Interface

Namespace
Microsoft.Extensions.Logging.EventLog.Internal
Assemblies
  • Microsoft.Extensions.Logging.EventLog

Syntax

public interface IEventLog
interface Microsoft.Extensions.Logging.EventLog.Internal.IEventLog

Properties

Microsoft.Extensions.Logging.EventLog.Internal.IEventLog.MaxMessageSize
Return type:System.Int32
int MaxMessageSize { get; }

Methods

WriteEntry(System.String, System.Diagnostics.EventLogEntryType, System.Int32, System.Int16)
void WriteEntry(string message, EventLogEntryType type, int eventID, short category)