File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,20 @@ public void ConfigureServices(IServiceCollection services)
3535 /// <param name="loggerFactory">Logger factory.</param>
3636 public void Configure ( IApplicationBuilder app , IHostingEnvironment env , ILoggerFactory loggerFactory )
3737 {
38-
3938 /******************************** Define Your Logger *********************************/
4039 /* */
41- // Get Configuration to be used at Logger //
42- var splunkLoggerConfiguration = GetSplunkLoggerConfiguration ( app ) ;
40+ // First get configuration to be used at Logger //
41+ var splunkLoggerConfiguration = GetSplunkLoggerConfiguration ( app ) ; //
4342 // //
44- // Choose one or more of those loggers //
43+ // Choose one of those loggers //
4544 // //
4645 loggerFactory . AddHECRawSplunkLogger ( splunkLoggerConfiguration ) ; //
4746 // //
47+ //loggerFactory.AddHECJsonSplunkLogger(splunkLoggerConfiguration); //
4848 // //
49- //loggerFactory.AddHECJsonSplunkLogger(splunkConfiguration); //
49+ //loggerFactory.AddTcpSplunkLogger(splunkLoggerConfiguration); //
5050 // //
51- //loggerFactory.AddTcpSplunkLogger(splunkConfiguration); //
52- // //
53- //loggerFactory.AddUdpSplunkLogger(splunkConfiguration); //
51+ //loggerFactory.AddUdpSplunkLogger(splunkLoggerConfiguration); //
5452 /* */
5553 /******************************** Define Your Logger *********************************/
5654
You can’t perform that action at this time.
0 commit comments