//using Serilog.Sinks.Loki.Labels; namespace ChatMvc.LogConfig { //public class LogLabelProvider : ILogLabelProvider //{ // public IList GetLabels() // { // return new List // { // new LokiLabel("app", "blinks"), // new LokiLabel("namespace", "test") // }; // } // public IList PropertiesAsLabels { get; set; } = new List // { // "level", // Since 3.0.0, you need to explicitly add level if you want it! // "MyLabelPropertyName" // }; // public IList PropertiesToAppend { get; set; } = new List // { // "MyAppendPropertyName" // }; // //public LokiFormatterStrategy FormatterStrategy { get; set; } = LokiFormatterStrategy.SpecificPropertiesAsLabelsOrAppended; //} }