AndroidHttpClient.EnableCurlLogging(String, LogPriority) Method

Definition

Enables cURL request logging for this client.

[Android.Runtime.Register("enableCurlLogging", "(Ljava/lang/String;I)V", "")]
public void EnableCurlLogging (string? name, Android.Util.LogPriority level);
[<Android.Runtime.Register("enableCurlLogging", "(Ljava/lang/String;I)V", "")>]
member this.EnableCurlLogging : string * Android.Util.LogPriority -> unit

Parameters

name
String

to log messages with

level
LogPriority

at which to log messages (see Log)

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to