2025-02-18 16:23:08 +01:00
|
|
|
using Microsoft.ApplicationInsights.DataContracts;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
2025-02-20 00:23:13 +01:00
|
|
|
namespace PlanTempus.Core.Logging
|
2025-02-18 16:23:08 +01:00
|
|
|
{
|
|
|
|
|
public record SeqConfiguration(string IngestionEndpoint, string ApiKey, string Environment);
|
|
|
|
|
}
|