code/KustoCopyConsole/TraceConstants.cs (12 lines of code) (raw):

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KustoCopyConsole { internal static class TraceConstants { public const string TRACE_SOURCE = "kusto-copy"; } }