LoggingLogFile.Error Method
Logs an error 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 LoggingLogFile
Dim applicationName As String
Dim message As String
Dim advanced As String
instance.Error(applicationName, message, advanced)
Syntax
'Declaration
Public Sub Error ( _
applicationName As String, _
message As String, _
advanced As String _
)
public void Error (
string applicationName,
string message,
string advanced
)
public:
virtual void Error (
String^ applicationName,
String^ message,
String^ advanced
) sealed
public final void Error (
String applicationName,
String message,
String advanced
)
public final function Error (
applicationName : String,
message : String,
advanced : String
)
Parameters
- applicationName
Specifies the application name used in the log.
- message
Specifies the message used in the log.
- advanced
Specifies advanced message information.
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
LoggingLogFile Class
LoggingLogFile Members
Microsoft.Uii.Common.Logging.Providers Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.