Log.Warning Method

Definition

Overloads

Warning(String, String)

For internal use by the Xamarin.Forms platform.

Warning(String, String, Object[])

For internal use by the Xamarin.Forms platform.

Warning(String, String)

For internal use by the Xamarin.Forms platform.

public static void Warning (string category, string message);
static member Warning : string * string -> unit

Parameters

category
String

For internal use by the Xamarin.Forms platform.

message
String

For internal use by the Xamarin.Forms platform.

Applies to

Warning(String, String, Object[])

For internal use by the Xamarin.Forms platform.

public static void Warning (string category, string format, params object[] args);
static member Warning : string * string * obj[] -> unit

Parameters

category
String

For internal use by the Xamarin.Forms platform.

format
String

For internal use by the Xamarin.Forms platform.

args
Object[]

For internal use by the Xamarin.Forms platform.

Applies to