public class AzureLogRepository
AzureLogRepository | Creates a new instance of AzureLogRepository |
ApplicationName | Gets or sets the application name to use |
BaseTableName | Gets or sets the table to use; default is time-based |
MaximumItemsReturned | Gets or sets the limit on the number of AzureLogEntry records the FindAsync(DateRange) method will return |
Source | Gets or sets the subject of the message |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
FindAsync(DateRange) | Finds a list of log entries for a particular DateRange |
FindAsync(String, String) | Finds a single log entry by its Azure keys |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
WriteAsync | Writes an AzureLogEntry to the configured Azure table |
DefaultBaseTableName | Gets the default BaseTableName for this repository |
DefaultMaximumItemsReturned | Returns the default limit on the number of AzureLogEntry records the FindAsync(DateRange) method will return |