Skip to main content
.NET 6.0+

Session.LogCategory Field

The name of a category used to tag Session and UnitOfWork operations in XPO logs. The default category name is “Session”.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public const string LogCategory = "Session"

Field Value

Type
String
See Also