Click or drag to resize

PsrTraceCategories Enumeration

Log categories.

Namespace:  PsrApi.Data.Enums
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
[FlagsAttribute]
public enum PsrTraceCategories
Members
  Member nameValueDescription
Unknown0 Unknown category.
TracingNotForwardedAndNotStoredInDb1 Those are not forwarded.
Ou2 Logs regarding organisational units.
Right4 Logs regarding rights.
Container8 Meldungen, die mit Containern zu tun haben
Data16 Logs regarding data.
ListFilter32 Logs regarding the list filter.
Mfa64 Logs regarding the multi factor authentication.
Ef128 Logs regarding the Entity Framework.
Wcf256 Logs regarding the Windows-Communication-Services.
Options512 Logs regarding the options.
Tags1024 Logs regarding tags.
ServerConfig2048 Logs regarding the server configuration.
Licensing4096 Logs regarding the license system.
Client8192 Logs regarding the clients.
Backup16384 Logs regarding the backup service.
Reporting32768 Logs regarding the reporting system.
SystemTasks65536 Logs regarding system tasks.
ServerTasks131072 Logs regarding server tasks.
PowerShell262144 Logs regarding the PowerShell library.
ClientOfflineMode524288 Logs regarding the offline mode.
WpfAndUi1048576 Logs regarding the user interface.
Seal2097152 Logs regarding seals.
Role4194304 Logs regarding roles.
Sso8388608 Logs regrding SSO.
Migration16777216 Logs regarding migration.
ActiveDirectory33554432 Logs regarding the Active Directory.
DiscoveryService67108864 Logs regarding the Discovery Service.
Caching134217728 Logs regarding server side caching.
Database268435456 Logs regarding the database.
See Also