LoggingErrorMessage.Warn(String, String) 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 message.
public:
virtual void Warn(System::String ^ applicationName, System::String ^ message);
public void Warn (string applicationName, string message);
abstract member Warn : string * string -> unit
override this.Warn : string * string -> unit
Public Sub Warn (applicationName As String, message As String)
Parameters
- applicationName
- String
Specifies the application name used in the log.
- message
- String
Specifies the message used in the log.
Implements
Remarks
Not implemented for Warning Messages.