Table of Contents

Class Properties.AdminSettings.EventLog

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Contains constants related to event log settings.

public static class Properties.AdminSettings.EventLog
Inheritance
Properties.AdminSettings.EventLog
Inherited Members

Fields

ConnectionPort

Specify the TCP/IP port number that should be used for the event log. You may need to configure your network firewall settings to permit communication on this port.

LogFilePath

Specify the directory where log files will be stored.

LogToConsole

Print log messages to the console window.

MaxRecords

Specify the number of records the log can contain. Once reached, oldest records will be discarded.

MaxSingleFileSizeKb

Specify the maximum size in KB that any one log file can contain.

MinDaysToPreserve

A log file is deleted when the newest record it contains is older than the specified value.

Persistence

Specify the persistence mode to use for event log records.