Skip to content

Commit 45af956

Browse files
authored
Improve README
1 parent 1e79870 commit 45af956

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

8987
After 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

9492
You should initialize a new *SplunkLoggerConfiguration* and the logger provider at **Configure** method at **Startup** class:

0 commit comments

Comments
 (0)