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
Type | Name | Description |
---|---|---|
LogLevel | severity | The log level. |
object | message | The log message. |
Events
View SourceBotDataReceived
The receiving event handler for brain bot data.
Declaration
public event EventHandler<BotDataEventArgs>? BotDataReceived
Event Type
Type | Description |
---|---|
EventHandler<BotDataEventArgs> |
EventReceived
The receiving event handler for brain log view models.
Declaration
public event EventHandler<LogEvent>? EventReceived
Event Type
Type | Description |
---|---|
EventHandler<LogEvent> |