LogEntryCategory Property |
Category name used to route the log entry to a one or more sinks.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic string Category { get; set; }
Public Property Category As String
Get
Set
public:
property String^ Category {
String^ get ();
void set (String^ value);
}
member Category : string with get, set
Property Value
Type:
String
See Also