ServiceStack.Seq.RequestLogsFeature.SeqRequestLogEntry.SeqRequestLogEntry C# (CSharp) Méthode

SeqRequestLogEntry() public méthode

public SeqRequestLogEntry ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public SeqRequestLogEntry()
        {
            MessageTemplate = "Servicestack SeqRequestLogsFeature";
            Properties = new SortedDictionary<string, object>();
            Level = "Debug";
        }
SeqRequestLogEntry