This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.Adb.
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 |
Gets or sets the log rotation size. The default value is 16. Requires the OutputFile to be specified.
|
NumRotatedLogs | Nullable |
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 | Adb |
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 |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|