You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case above we added a **Splunk***HEC Raw* logger without any custom formmater as log provider.
42
+
The case above is using a **Splunk***HEC Raw* logger without any custom formatter as log provider.
43
43
44
-
Now in your controller you can log normally, for instance:
44
+
Now, in your controller you can log normally, for instance:
45
45
46
46
```csharp
47
47
[Route("api/[controller]")]
@@ -67,9 +67,9 @@ public class ValuesController : Controller
67
67
-------------------------------------------
68
68
69
69
# VTEXSplunkLogger
70
-
For us at **VTEX** we need more customized log entries at Splunk and also we need easier ways to call for log registration during the code and for that we created this *VTEXSplunkLogger* library.
70
+
For us at **VTEX** we need more customized log entries at Splunk and also we need easier ways to call for log registration during the code. For that, we created this *VTEXSplunkLogger* library.
71
71
72
-
This project contains all **VTEX** extra classes designed to facilitate to log registration and also, all classes to customize .Net Core 2 log abstraction to a customized log entry at **Splunk**
72
+
This project contains all **VTEX** extra classes designed ease logging. All classes changes .Net Core 2 log abstraction to a customized log entry at **Splunk**
0 commit comments