Class ProcessLogHandler

Handles UWB logs

Inheritance
ProcessLogHandler
Namespace: VoltstroStudios.UnityWebBrowser.Logging
Assembly: .dll
Syntax
public class ProcessLogHandler

Events

| Edit this page View Source

OnProcessErrorLog

Declaration
public event Action<string> OnProcessErrorLog
Event Type
TypeDescription
Action<string>
| Edit this page View Source

OnProcessOutputLog

Declaration
public event Action<string> OnProcessOutputLog
Event Type
TypeDescription
Action<string>