AdbLogcatOptions.

LogRotationKb Property

Summary

Gets or sets the log rotation size. The default value is 16. Requires the OutputFile to be specified.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AdbLogcatOptions

Syntax

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

Value

Type Description
Nullable<int> The log rotation kb.