Show / Hide Table of Contents

Class LoggingUIServiceCollectionExtensions

The bot brain UI services.

Inheritance
object
LoggingUIServiceCollectionExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain.Logging
Assembly: Phoenix.Plugin.BotBrain.Logging.dll
Syntax
public static class LoggingUIServiceCollectionExtensions

Methods

View Source

AddBotUILogging(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.

  • View Source
In this article
Back to top Generated by DocFX