File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ It was developed to be integrated to .Net Core 2 logging abstractions.
99
1010### Features
1111
12- * ILoggerProviders (* SplunkHECJsonLoggerProvider* , * SplunkHECRawLoggerProvider* , * SplunkTcpLoggerProvider* and * SplunkUdpLoggerProvider* )
1312* ILoggers (** HEC** (* Raw* and * Json* ) and ** Socket** (* TCP* and * UDP* )
14- * Custom Configurations
1513* Batch Manager class (Improve ** Splunk** * HEC* performance sending data as batch)
1614
1715## Usage
@@ -88,7 +86,7 @@ This project contains all **VTEX** extra classes designed to facilitate to log r
8886
8987After add * VTEXSplunkLogger* nuget library
9088``` powershell
91- PM> Install-Package VTEXSplunkLogger -Version 1.0.0 - Source https://www.myget.org/F/vtexlab/api/v3/index.json
89+ PM> Install-Package VTEXSplunkLogger -Source https://www.myget.org/F/vtexlab/api/v3/index.json
9290```
9391
9492You should initialize a new * SplunkLoggerConfiguration* and the logger provider at ** Configure** method at ** Startup** class:
You can’t perform that action at this time.
0 commit comments