|
| 1 | +const Serilog.LoggerConfigurationAzureTableStorageExtensions.DefaultBatchPostingLimit = 50 -> int |
| 2 | +const Serilog.LoggerConfigurationAzureTableStorageWithPropertiesExtensions.DefaultBatchPostingLimit = 50 -> int |
| 3 | +override Serilog.Sinks.AzureTableStorage.AzureBatchingTableStorageSink.EmitBatchAsync(System.Collections.Generic.IEnumerable<Serilog.Events.LogEvent> events) -> System.Threading.Tasks.Task |
| 4 | +override Serilog.Sinks.AzureTableStorage.AzureBatchingTableStorageWithPropertiesSink.EmitBatchAsync(System.Collections.Generic.IEnumerable<Serilog.Events.LogEvent> events) -> System.Threading.Tasks.Task |
| 5 | +override Serilog.Sinks.AzureTableStorage.Sinks.KeyGenerator.PropertiesKeyGenerator.GenerateRowKey(Serilog.Events.LogEvent logEvent, string suffix = null) -> string |
| 6 | +Serilog.LoggerConfigurationAzureTableStorageExtensions |
| 7 | +Serilog.LoggerConfigurationAzureTableStorageWithPropertiesExtensions |
| 8 | +Serilog.Sinks.AzureTableStorage.AzureBatchingTableStorageSink |
| 9 | +Serilog.Sinks.AzureTableStorage.AzureBatchingTableStorageSink.AzureBatchingTableStorageSink(Azure.Data.Tables.TableServiceClient storageAccount, Serilog.Formatting.ITextFormatter textFormatter, int batchSizeLimit, System.TimeSpan period, string storageTableName = null, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> void |
| 10 | +Serilog.Sinks.AzureTableStorage.AzureBatchingTableStorageSink.AzureBatchingTableStorageSink(Azure.Data.Tables.TableServiceClient storageAccount, Serilog.Formatting.ITextFormatter textFormatter, int batchSizeLimit, System.TimeSpan period, string storageTableName = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> void |
| 11 | +Serilog.Sinks.AzureTableStorage.AzureBatchingTableStorageWithPropertiesSink |
| 12 | +Serilog.Sinks.AzureTableStorage.AzureBatchingTableStorageWithPropertiesSink.AzureBatchingTableStorageWithPropertiesSink(Azure.Data.Tables.TableServiceClient storageAccount, System.IFormatProvider formatProvider, int batchSizeLimit, System.TimeSpan period, string storageTableName = null, string additionalRowKeyPostfix = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, string[] propertyColumns = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> void |
| 13 | +Serilog.Sinks.AzureTableStorage.AzurePropertyFormatter |
| 14 | +Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider |
| 15 | +Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider.GetCloudTable(Azure.Data.Tables.TableServiceClient storageAccount, string storageTableName, bool bypassTableCreationValidation) -> Azure.Data.Tables.TableClient |
| 16 | +Serilog.Sinks.AzureTableStorage.AzureTableStorageEntityFactory |
| 17 | +Serilog.Sinks.AzureTableStorage.AzureTableStorageSink |
| 18 | +Serilog.Sinks.AzureTableStorage.AzureTableStorageSink.AzureTableStorageSink(Azure.Data.Tables.TableServiceClient storageAccount, Serilog.Formatting.ITextFormatter textFormatter, string storageTableName = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> void |
| 19 | +Serilog.Sinks.AzureTableStorage.AzureTableStorageSink.Emit(Serilog.Events.LogEvent logEvent) -> void |
| 20 | +Serilog.Sinks.AzureTableStorage.AzureTableStorageWithPropertiesSink |
| 21 | +Serilog.Sinks.AzureTableStorage.AzureTableStorageWithPropertiesSink.AzureTableStorageWithPropertiesSink(Azure.Data.Tables.TableServiceClient storageAccount, System.IFormatProvider formatProvider, string storageTableName = null, string additionalRowKeyPostfix = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, string[] propertyColumns = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> void |
| 22 | +Serilog.Sinks.AzureTableStorage.AzureTableStorageWithPropertiesSink.Emit(Serilog.Events.LogEvent logEvent) -> void |
| 23 | +Serilog.Sinks.AzureTableStorage.KeyGenerator.DefaultKeyGenerator |
| 24 | +Serilog.Sinks.AzureTableStorage.KeyGenerator.DefaultKeyGenerator.DefaultKeyGenerator() -> void |
| 25 | +Serilog.Sinks.AzureTableStorage.KeyGenerator.DefaultKeyGenerator.RowId -> long |
| 26 | +Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator |
| 27 | +Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator.GeneratePartitionKey(Serilog.Events.LogEvent logEvent) -> string |
| 28 | +Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator.GenerateRowKey(Serilog.Events.LogEvent logEvent, string suffix = null) -> string |
| 29 | +Serilog.Sinks.AzureTableStorage.LogEventEntity |
| 30 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.Data.get -> string |
| 31 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.Data.set -> void |
| 32 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.ETag.get -> Azure.ETag |
| 33 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.ETag.set -> void |
| 34 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.Exception.get -> string |
| 35 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.Exception.set -> void |
| 36 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.Level.get -> string |
| 37 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.Level.set -> void |
| 38 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.LogEventEntity() -> void |
| 39 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.LogEventEntity(Serilog.Events.LogEvent log, Serilog.Formatting.ITextFormatter textFormatter, string partitionKey, string rowKey) -> void |
| 40 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.MessageTemplate.get -> string |
| 41 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.MessageTemplate.set -> void |
| 42 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.PartitionKey.get -> string |
| 43 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.PartitionKey.set -> void |
| 44 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.RenderedMessage.get -> string |
| 45 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.RenderedMessage.set -> void |
| 46 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.RowKey.get -> string |
| 47 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.RowKey.set -> void |
| 48 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.Timestamp.get -> System.DateTimeOffset? |
| 49 | +Serilog.Sinks.AzureTableStorage.LogEventEntity.Timestamp.set -> void |
| 50 | +Serilog.Sinks.AzureTableStorage.ObjectNaming |
| 51 | +Serilog.Sinks.AzureTableStorage.Sinks.KeyGenerator.PropertiesKeyGenerator |
| 52 | +Serilog.Sinks.AzureTableStorage.Sinks.KeyGenerator.PropertiesKeyGenerator.PropertiesKeyGenerator() -> void |
| 53 | +Serilog.Sinks.AzureTableStorage.TaskExtensions |
| 54 | +static readonly Serilog.LoggerConfigurationAzureTableStorageExtensions.DefaultPeriod -> System.TimeSpan |
| 55 | +static readonly Serilog.LoggerConfigurationAzureTableStorageWithPropertiesExtensions.DefaultPeriod -> System.TimeSpan |
| 56 | +static readonly Serilog.Sinks.AzureTableStorage.ObjectNaming.KeyFieldValueCharactersNotAllowedMatch -> System.Text.RegularExpressions.Regex |
| 57 | +static Serilog.LoggerConfigurationAzureTableStorageExtensions.AzureTableStorage(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, Azure.Data.Tables.TableServiceClient storageAccount, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, System.IFormatProvider formatProvider = null, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 58 | +static Serilog.LoggerConfigurationAzureTableStorageExtensions.AzureTableStorage(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, Serilog.Formatting.ITextFormatter formatter, Azure.Data.Tables.TableServiceClient storageAccount, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 59 | +static Serilog.LoggerConfigurationAzureTableStorageExtensions.AzureTableStorage(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, Serilog.Formatting.ITextFormatter formatter, string connectionString, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 60 | +static Serilog.LoggerConfigurationAzureTableStorageExtensions.AzureTableStorage(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, Serilog.Formatting.ITextFormatter formatter, string sharedAccessSignature, string accountName, System.Uri tableEndpoint = null, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 61 | +static Serilog.LoggerConfigurationAzureTableStorageExtensions.AzureTableStorage(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, string connectionString, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, System.IFormatProvider formatProvider = null, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 62 | +static Serilog.LoggerConfigurationAzureTableStorageExtensions.AzureTableStorage(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, string sharedAccessSignature, string accountName, System.Uri tableEndpoint = null, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, System.IFormatProvider formatProvider = null, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 63 | +static Serilog.LoggerConfigurationAzureTableStorageWithPropertiesExtensions.AzureTableStorageWithProperties(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, Azure.Data.Tables.TableServiceClient storageAccount, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, System.IFormatProvider formatProvider = null, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, string additionalRowKeyPostfix = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, string[] propertyColumns = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 64 | +static Serilog.LoggerConfigurationAzureTableStorageWithPropertiesExtensions.AzureTableStorageWithProperties(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, string connectionString, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, System.IFormatProvider formatProvider = null, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, string additionalRowKeyPostfix = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, string[] propertyColumns = null, bool bypassTableCreationValidation = false, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 65 | +static Serilog.LoggerConfigurationAzureTableStorageWithPropertiesExtensions.AzureTableStorageWithProperties(this Serilog.Configuration.LoggerSinkConfiguration loggerConfiguration, string sharedAccessSignature, string accountName, System.Uri tableEndpoint = null, Serilog.Events.LogEventLevel restrictedToMinimumLevel = Serilog.Events.LogEventLevel.Verbose, System.IFormatProvider formatProvider = null, string storageTableName = null, bool writeInBatches = false, System.TimeSpan? period = null, int? batchPostingLimit = null, string additionalRowKeyPostfix = null, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator = null, string[] propertyColumns = null, Serilog.Sinks.AzureTableStorage.AzureTableProvider.ICloudTableProvider cloudTableProvider = null) -> Serilog.LoggerConfiguration |
| 66 | +static Serilog.Sinks.AzureTableStorage.AzurePropertyFormatter.ToEntityProperty(Serilog.Events.LogEventPropertyValue value, string format = null, System.IFormatProvider formatProvider = null) -> object |
| 67 | +static Serilog.Sinks.AzureTableStorage.AzureTableStorageEntityFactory.CreateEntityWithProperties(Serilog.Events.LogEvent logEvent, System.IFormatProvider formatProvider, string additionalRowKeyPostfix, Serilog.Sinks.AzureTableStorage.KeyGenerator.IKeyGenerator keyGenerator, string[] propertyColumns = null) -> Azure.Data.Tables.TableEntity |
| 68 | +static Serilog.Sinks.AzureTableStorage.LogEventEntity.GetValidRowKey(string rowKey) -> string |
| 69 | +static Serilog.Sinks.AzureTableStorage.ObjectNaming.GetValidKeyValue(string keyValue) -> string |
| 70 | +static Serilog.Sinks.AzureTableStorage.Sinks.KeyGenerator.PropertiesKeyGenerator.GetValidStringForTableKey(string s) -> string |
| 71 | +static Serilog.Sinks.AzureTableStorage.TaskExtensions.SyncContextSafeWait(this System.Threading.Tasks.Task task, int timeout = -1) -> bool |
| 72 | +static Serilog.Sinks.AzureTableStorage.TaskExtensions.SyncContextSafeWait<T>(this System.Threading.Tasks.Task<T> task, int timeout = -1) -> T |
| 73 | +virtual Serilog.Sinks.AzureTableStorage.KeyGenerator.DefaultKeyGenerator.GeneratePartitionKey(Serilog.Events.LogEvent logEvent) -> string |
| 74 | +virtual Serilog.Sinks.AzureTableStorage.KeyGenerator.DefaultKeyGenerator.GenerateRowKey(Serilog.Events.LogEvent logEvent, string suffix = null) -> string |
0 commit comments