[This is preliminary documentation and is subject to change.]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal void OnTrace(
ErlTraceLevel type,
Direction dir,
string msg,
string file = null,
int line = 0
)
protected internal void OnTrace(
ErlTraceLevel type,
Direction dir,
string msg,
string file = null,
int line = 0
)
Protected Friend Sub OnTrace (
type As ErlTraceLevel,
dir As Direction,
msg As String,
Optional file As String = Nothing,
Optional line As Integer = 0
)
Protected Friend Sub OnTrace (
type As ErlTraceLevel,
dir As Direction,
msg As String,
Optional file As String = Nothing,
Optional line As Integer = 0
)
protected public:
void OnTrace(
ErlTraceLevel type,
Direction dir,
String^ msg,
String^ file = nullptr,
int line = 0
)
protected public:
void OnTrace(
ErlTraceLevel type,
Direction dir,
String^ msg,
String^ file = nullptr,
int line = 0
)
member OnTrace :
type : ErlTraceLevel *
dir : Direction *
msg : string *
?file : string *
?line : int
(* Defaults:
let _file = defaultArg file null
let _line = defaultArg line 0
*)
-> unit
member OnTrace :
type : ErlTraceLevel *
dir : Direction *
msg : string *
?file : string *
?line : int
(* Defaults:
let _file = defaultArg file null
let _line = defaultArg line 0
*)
-> unit