Class IL2CPPUnityLogSource

Inheritance
System.Object IL2CPPUnityLogSource
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 IL2CPPUnityLogSource : ILogSource

Constructors

IL2CPPUnityLogSource()

Declaration
public IL2CPPUnityLogSource()

Properties

SourceName

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

Methods

Dispose()

Declaration
public void Dispose()

UnityLogCallback(String, String, LogType)

Declaration
public void UnityLogCallback(string logLine, string exception, LogType type)
Parameters
Type Name Description
System.String logLine
System.String exception
LogType type

Events

LogEvent

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

Implements

ILogSource
IDisposable