Click or drag to resize

SettingsLogMaxSize Property

Gets or sets a value that determines the maximum file size for the log before roll-over or clipping is applied.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Configuration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public int LogMaxSize { get; set; }

Property Value

Type: Int32
The maximum size of the log.

Implements

ISettingsLogMaxSize
See Also