AdbLogcatOptions.

NumRotatedLogs Property

Summary

Gets or sets the maximum number of rotated logs to. The default value is 4. Requires specifying the LogRotationKb option.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AdbLogcatOptions

Syntax

public Nullable<int> NumRotatedLogs { get; set; }

Value

Type Description
Nullable<int> The number rotated logs.