Log something

Namespace: Contracts.ServiceContracts
Assembly: Contracts (in Contracts.dll)

<OperationContract(IsOneWay = true)> _ 
<System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")> _ 
Shadows Sub LogWorkflow( _ 
ByVal msg As String, _ 
ByVal lvl As LogLevel
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
new void LogWorkflow( 
string msg
LogLevel lvl 
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
 
void LogWorkflow( 
String^ msg
LogLevel lvl 
)
This language is not supported or no code example is available.
 
OperationContract(IsOneWay = true) 
System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true") 
hide function LogWorkflow( 
msg : String
lvl : LogLevel 
);
This language is not supported or no code example is available.

Parameters

msg
Type: string

lvl
Type: LogLevel

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1