[This is preliminary documentation and is subject to change.]
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static string MessageToCSVLine(
Message msg,
string logTimeFormat = null
)
public static string MessageToCSVLine(
Message msg,
string logTimeFormat = null
)
Public Shared Function MessageToCSVLine (
msg As Message,
Optional logTimeFormat As String = Nothing
) As String
Public Shared Function MessageToCSVLine (
msg As Message,
Optional logTimeFormat As String = Nothing
) As String
public:
static String^ MessageToCSVLine(
Message^ msg,
String^ logTimeFormat = nullptr
)
public:
static String^ MessageToCSVLine(
Message^ msg,
String^ logTimeFormat = nullptr
)
static member MessageToCSVLine :
msg : Message *
?logTimeFormat : string
(* Defaults:
let _logTimeFormat = defaultArg logTimeFormat null
*)
-> string
static member MessageToCSVLine :
msg : Message *
?logTimeFormat : string
(* Defaults:
let _logTimeFormat = defaultArg logTimeFormat null
*)
-> string
Return Value
Type:
String