namespace BotSharp.Logger;
public static class BotSharpLoggerExtensions
{
///
/// BotSharp conversation log
///
///
///
///
public static IServiceCollection AddBotSharpLogger(this IServiceCollection services, IConfiguration config)
{
services.AddScoped();
services.AddScoped();
services.AddScoped();
return services;
}
}