Class IL2CPPUnityLogSource
Namespace: BepInEx.Unity.IL2CPP.Logging
Assembly: BepInEx.Unity.IL2CPP.dll
Syntax
public class IL2CPPUnityLogSource : ILogSource
Constructors
Declaration
public IL2CPPUnityLogSource()
Properties
Declaration
public string SourceName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Declaration
public void Dispose()
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
IDisposable