Class BotBrainLogForwarder
Forwards log events from the brain library to UI.
Inherited Members
Namespace: Phoenix.BotBrain .Logging
Assembly: Phoenix.Plugin.BotBrain.Logging.dll
Syntax
public class BotBrainLogForwarder
Methods
View SourcePublish(LogLevel, object?)
Publishes a log event.
Declaration
public void Publish(LogLevel severity, object? message)
Parameters
Events
View SourceBotDataReceived
The receiving event handler for brain bot data.
Declaration
public event EventHandler<BotDataEventArgs>? BotDataReceived
Event Type
Type | Description |
---|---|
Event |
EventReceived
The receiving event handler for brain log view models.
Declaration
public event EventHandler<LogEvent>? EventReceived
Event Type
Type | Description |
---|---|
Event |