mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
updates
This commit is contained in:
7
Management/DiagnosticsConfig.cs
Normal file
7
Management/DiagnosticsConfig.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System.Diagnostics;
|
||||
|
||||
public static class DiagnosticsConfig
|
||||
{
|
||||
public const string SourceName = "canvas-management-source";
|
||||
public static ActivitySource Source = new ActivitySource(SourceName);
|
||||
}
|
||||
Reference in New Issue
Block a user