ILogging.Information(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 an informational message.
public:
void Information(System::String ^ applicationName, System::String ^ message);
public void Information (string applicationName, string message);
abstract member Information : string * string -> unit
Public Sub Information (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.