Class IL2CPPLogSource

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

Constructors

IL2CPPLogSource()

Declaration
public IL2CPPLogSource()

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
IDisposable