LogHelper.LogWarning(String, Object[]) 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.
Logs a warning event.
public static void LogWarning (string message, params object[] args);
static member LogWarning : string * obj[] -> unit
Public Shared Sub LogWarning (message As String, ParamArray args As Object())
Parameters
- message
- String
The log message.
- args
- Object[]
An object array that contains zero or more objects to format.