[This is preliminary documentation and is subject to change.]
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected void WriteLog(
MessageType type,
string message,
string parameters = null,
string from = null
)
protected void WriteLog(
MessageType type,
string message,
string parameters = null,
string from = null
)
Protected Sub WriteLog (
type As MessageType,
message As String,
Optional parameters As String = Nothing,
Optional from As String = Nothing
)
Protected Sub WriteLog (
type As MessageType,
message As String,
Optional parameters As String = Nothing,
Optional from As String = Nothing
)
protected:
void WriteLog(
MessageType type,
String^ message,
String^ parameters = nullptr,
String^ from = nullptr
)
protected:
void WriteLog(
MessageType type,
String^ message,
String^ parameters = nullptr,
String^ from = nullptr
)
member WriteLog :
type : MessageType *
message : string *
?parameters : string *
?from : string
(* Defaults:
let _parameters = defaultArg parameters null
let _from = defaultArg from null
*)
-> unit
member WriteLog :
type : MessageType *
message : string *
?parameters : string *
?from : string
(* Defaults:
let _parameters = defaultArg parameters null
let _from = defaultArg from null
*)
-> unit