AdbLogcatOptions Class

Summary

Logcat Options
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AdbLogcatOptions"] class Type type-node

Syntax

public class AdbLogcatOptions

Constructors

Name Summary
AdbLogcatOptions()

Properties

Name Value Summary
BufferType AdbLogcatBufferType
Gets or sets an alternate log buffer for viewing, such as events or radio.The main buffer is used by default. See Viewing Alternative Log Buffers.
Clear bool
Gets or sets a value indicating whether to clears (flush) the entire log and exit.
LogRotationKb Nullable<int>
Gets or sets the log rotation size. The default value is 16. Requires the OutputFile to be specified.
NumRotatedLogs Nullable<int>
Gets or sets the maximum number of rotated logs to. The default value is 4. Requires specifying the LogRotationKb option.
OutputFile FilePath
Gets or sets the file to write log message output to. The default is stdout.
PrintSize bool
Gets or sets a value indicating whether to Print the size of the specified log buffer and exit.
SilentFilter bool
Gets or sets a value indicating whether the default filter spec is silent.
Verbosity AdbLogcatOutputVerbosity
Gets or sets the verbosity. The default is brief format. For a list of supported formats, see Controlling Log Output Format.

Extension Methods

Name Value Summary
Dump<AdbLogcatOptions>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AdbLogcatOptions>(AdbLogcatOptions[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AdbLogcatOptions>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AdbLogcatOptions>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AdbLogcatOptions>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AdbLogcatOptions>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin