TestimoX

API Reference

Enum

CxEventLogField

Namespace ComputerX.Controls
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Event Log channel policy fields supported by the control.

Inheritance

  • Enum
  • CxEventLogField

Values

public const CxEventLogField Enabled #

Whether the channel is enabled.

Value: 0
public const CxEventLogField MaxSizeKB #

Maximum size, in kilobytes.

Value: 1
public const CxEventLogField Mode #

Retention mode: Circular, Retain, or AutoBackup.

Value: 2
public const CxEventLogField LogFilePath #

Log file path.

Value: 3