Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public const string LogCategory = "Session"

Field Value

Type
String
See Also