internal static IDictionary Dictionary()

in src/Serilog.Sinks.AzureDataExplorer/Extensions/LogEventExtensions.cs [29:34]


        internal static IDictionary<string, object> Dictionary(
            this LogEvent logEvent,
            IFormatProvider formatProvider = null)
        {
            return ConvertToDictionary(logEvent, formatProvider);
        }