Click or drag to resize

AzureLogEntrySource Property

Gets or sets the source of the message.

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.0.8475.0
Syntax
C#
public string? Source { get; set; }

Property Value

String
Remarks
The message source might be the sending computer, the process, or a combination of similar elements.
See Also