Class LoggingUIServiceCollectionExtensions
The bot brain UI services.
Inherited Members
Namespace: Phoenix.BotBrain.Logging
Assembly: Phoenix.Plugin.BotBrain.Logging.dll
Syntax
public static class LoggingUIServiceCollectionExtensions
Methods
View SourceAddBotUILogging(IServiceCollection)
Registers the bot UI services for logging.
Declaration
public static IServiceCollection AddBotUILogging(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | The service collection. |
Returns
| Type | Description |
|---|---|
| IServiceCollection | A service collection. |