Class HarmonyLogSource
Namespace: BepInEx.Logging
Assembly: BepInEx.Core.dll
Syntax
public class HarmonyLogSource : ILogSource, IDisposable
Constructors
Declaration
public HarmonyLogSource()
Properties
Declaration
public string SourceName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Declaration
public void Dispose()
Events
LogEvent
Declaration
public event EventHandler<LogEventArgs> LogEvent
Event Type
Type | Description |
---|---|
System.EventHandler<LogEventArgs> |
Implements
System.IDisposable