ILogSource Interface
Definition
Section titled “Definition”Log source that can output log messages.
public interface ILogSource : IDisposable
Properties
Section titled “Properties”SourceName
Section titled “SourceName”Name of the log source.
string SourceName { get; }
Events
Section titled “Events”LogEvent
Section titled “LogEvent”Event that sends the log message. Call System.EventHandler.Invoke(System.Object%2cSystem.EventArgs)
to send a log message.
event EventHandler<LogEventArgs> LogEvent