[This is preliminary documentation and is subject to change.]
Supplants the from string with caller as JSON string
Namespace: NFX.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Object FormatCallerParams(
Object pars,
string file = null,
int line = 0
)
public static Object FormatCallerParams(
Object pars,
string file = null,
int line = 0
)
Public Shared Function FormatCallerParams (
pars As Object,
Optional file As String = Nothing,
Optional line As Integer = 0
) As Object
Public Shared Function FormatCallerParams (
pars As Object,
Optional file As String = Nothing,
Optional line As Integer = 0
) As Object
public:
static Object^ FormatCallerParams(
Object^ pars,
String^ file = nullptr,
int line = 0
)
public:
static Object^ FormatCallerParams(
Object^ pars,
String^ file = nullptr,
int line = 0
)
static member FormatCallerParams :
pars : Object *
?file : string *
?line : int
(* Defaults:
let _file = defaultArg file null
let _line = defaultArg line 0
*)
-> Object
static member FormatCallerParams :
pars : Object *
?file : string *
?line : int
(* Defaults:
let _file = defaultArg file null
let _line = defaultArg line 0
*)
-> Object
Return Value
Type:
Object