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.
9
9
10
10
### Features
11
11
12
- * ILoggerProviders (* SplunkHECJsonLoggerProvider* , * SplunkHECRawLoggerProvider* , * SplunkTcpLoggerProvider* and * SplunkUdpLoggerProvider* )
13
12
* ILoggers (** HEC** (* Raw* and * Json* ) and ** Socket** (* TCP* and * UDP* )
14
- * Custom Configurations
15
13
* Batch Manager class (Improve ** Splunk** * HEC* performance sending data as batch)
16
14
17
15
## Usage
@@ -88,7 +86,7 @@ This project contains all **VTEX** extra classes designed to facilitate to log r
88
86
89
87
After add * VTEXSplunkLogger* nuget library
90
88
``` 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
92
90
```
93
91
94
92
You 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