Log structured data to Azure Storage table by Serilog store all object in RenderedMessage, I want column for each field in class
问题 I write below code to log/store logs with an objects to Azure Table Storage by using SeriLog, But I got the object stored in "RenderedMessage" column (in azure table) or "Data" column, While I need to store each field/property in the class to a separated column in the Table storage. Please see below: var _simpleTransation = new SimpleTransation(99, "some title9", "type99"); var logger = new LoggerConfiguration() .WriteTo.AzureTableStorage(storage,LogEventLevel.Information,null, "LogStorage"