Enum AccountLogging
- Namespace
- KASserver
- Assembly
- KASserver.Client.dll
The web server log mode of an account (KAS logging).
public enum AccountLogging
Fields
Full = 0Full logging including the visitor IP (
voll).None = 3No logging (
keine).Short = 1Short logging (
kurz).WithoutIp = 2Logging without the visitor IP (
ohneip).