ILogger.LogError Method
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Logs the specified message as an error.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
Sub LogError ( _
message As String _
)
'Usage
Dim instance As ILogger
Dim message As String
instance.LogError(message)
void LogError(
string message
)
void LogError(
String^ message
)
abstract LogError :
message:string -> unit
function LogError(
message : String
)
Parameters
- message
Type: System.String
The message to log.