HarmonyLogSource Class
Definition
Section titled “Definition”public class HarmonyLogSource : ILogSource, IDisposable
Inheritance object
Implements ILogSource, IDisposable
Constructors
Section titled “Constructors”HarmonyLogSource()
Section titled “HarmonyLogSource()”public HarmonyLogSource()
Properties
Section titled “Properties”SourceName
Section titled “SourceName”Name of the log source.
public string SourceName { get; }
Methods
Section titled “Methods”Dispose()
Section titled “Dispose()”Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
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.
public event EventHandler<LogEventArgs> LogEvent