Log.Warning Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.String
For internal use by the Xamarin.Forms platform.
- message
- System.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
- System.String
For internal use by the Xamarin.Forms platform.
- format
- System.String
For internal use by the Xamarin.Forms platform.
- args
- System.Object[]
For internal use by the Xamarin.Forms platform.