AzureLogRepository Class

Stores and retrieves log messages in Azure tables

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public class AzureLogRepository
Inheritance
Object    AzureLogRepository

Constructors

AzureLogRepository Creates a new instance of AzureLogRepository

Properties

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

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteAsync Writes an AzureLogEntry to the configured Azure table

Fields

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

See Also