-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi!
Could be possible to add to https://github.com/vtex/SplunkLogger/blob/master/src/SplunkLogger/LoggerFactoryExtensions.cs extensions like:
public static ILoggingBuilder AddTcpSplunk(this ILoggingBuilder builder)
{
builder.Services.AddSingleton<ILoggerProvider, SplunkTcpLoggerProvider>();
return builder;
}
Metadata
Metadata
Assignees
Labels
No labels