AdbLogcatOptions.

OutputFile Property

Summary

Gets or sets the file to write log message output to. The default is stdout.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AdbLogcatOptions

Syntax

public FilePath OutputFile { get; set; }

Value

Type Description
FilePath The output file.