LoggingMessageBox.Information Method
Logs an informational message.
Namespace: Microsoft.Uii.Common.Logging.Providers
Assembly: Microsoft.Uii.Common.Logging.Providers (in Microsoft.Uii.Common.Logging.Providers.dll)
Usage
'Usage
Dim instance As LoggingMessageBox
Dim applicationName As String
Dim message As String
instance.Information(applicationName, message)
Syntax
'Declaration
Public Sub Information ( _
applicationName As String, _
message As String _
)
public void Information (
string applicationName,
string message
)
public:
virtual void Information (
String^ applicationName,
String^ message
) sealed
public final void Information (
String applicationName,
String message
)
public final function Information (
applicationName : String,
message : String
)
Parameters
- applicationName
Specifies the application name used in the log.
- message
Specifies the message used in the log.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
LoggingMessageBox Class
LoggingMessageBox Members
Microsoft.Uii.Common.Logging.Providers Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.