Skip to content

Commit 3970a63

Browse files
authored
Documented VTEX SetApplication extensions
1 parent 436d74e commit 3970a63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ static readonly ILoggerFormatter formatter = new VTEXSplunkLoggerFormatter();
9696

9797
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
9898
{
99+
//TODO: Set your project name
100+
ILoggerExtensions.SetApplication("ProjectX");
101+
99102
var splunkConfiguration = new SplunkLoggerConfiguration()
100103
{
101104
HecConfiguration = new HECConfiguration()

0 commit comments

Comments
 (0)