Class HarmonyLogSource

Inheritance
System.Object HarmonyLogSource
Implements
ILogSource System.IDisposable
Inherited Members
System.Object.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone()
Namespace: BepInEx.Logging
Assembly: BepInEx.Core.dll
Syntax
public class HarmonyLogSource : ILogSource, IDisposable

Constructors

HarmonyLogSource()

Declaration
public HarmonyLogSource()

Properties

SourceName

Declaration
public string SourceName { get; }
Property Value
Type Description
System.String

Methods

Dispose()

Declaration
public void Dispose()

Events

LogEvent

Declaration
public event EventHandler<LogEventArgs> LogEvent
Event Type
Type Description
System.EventHandler<LogEventArgs>

Implements

ILogSource
System.IDisposable