Method | Description | |
---|---|---|
Debug ( string tag, string format ) : void |
Outputs a Debug level message.
|
|
Error ( string tag, |
Outputs a Error level message.
|
|
Error ( string tag, string format ) : void |
Outputs a Error level message.
|
|
GetLogFormatString ( SharpAdbClient.LogLevel logLevel, string tag, string message ) : string |
Formats a log message.
|
|
Info ( string tag, string format ) : void |
Outputs a Info level message.
|
|
LogAndDisplay ( SharpAdbClient.LogLevel logLevel, string tag, string message ) : void |
Outputs a log message and attempts to display it in a dialog.
|
|
Verbose ( string tag, string format ) : void |
Outputs a Verbose level message.
|
|
Warn ( string tag, |
Outputs a Warn level message.
|
|
Warn ( string tag, string format ) : void |
Outputs a Warn level message.
|
|
Write ( SharpAdbClient.LogLevel logLevel, string tag, string message ) : void |
Prints a log message.
|
Method | Description | |
---|---|---|
Log ( ) : System |
Initializes static members of the Log class.
|
|
WriteLine ( SharpAdbClient.LogLevel logLevel, string tag, string message ) : void |
prints to stdout; could write to a log window
|
public static Debug ( string tag, string format ) : void | ||
tag | string | The tag associated with the message. |
format | string | The message to output format string. |
return | void |
public static Error ( string tag, |
||
tag | string | The tag associated with the message. |
exception | The exception to warn | |
return | void |
public static Error ( string tag, string format ) : void | ||
tag | string | The tag associated with the message. |
format | string | The message to output format string. |
return | void |
public static GetLogFormatString ( SharpAdbClient.LogLevel logLevel, string tag, string message ) : string | ||
logLevel | SharpAdbClient.LogLevel | |
tag | string | |
message | string | |
return | string |
public static Info ( string tag, string format ) : void | ||
tag | string | The tag associated with the message. |
format | string | The message to output format string. |
return | void |
public static LogAndDisplay ( SharpAdbClient.LogLevel logLevel, string tag, string message ) : void | ||
logLevel | SharpAdbClient.LogLevel | The log level |
tag | string | The tag associated with the message. |
message | string | The message to output. |
return | void |
public static Verbose ( string tag, string format ) : void | ||
tag | string | The tag associated with the message. |
format | string | The message to output format string. |
return | void |
public static Warn ( string tag, |
||
tag | string | The tag associated with the message. |
exception | The exception to warn | |
return | void |
public static Warn ( string tag, string format ) : void | ||
tag | string | The tag associated with the message. |
format | string | The message to output format string. |
return | void |
public static Write ( SharpAdbClient.LogLevel logLevel, string tag, string message ) : void | ||
logLevel | SharpAdbClient.LogLevel | |
tag | string | |
message | string | |
return | void |