[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 virtual void OnTraceCore(
ErlTraceLevel type,
Direction dir,
string msg,
string file,
int line
)
protected virtual void OnTraceCore(
ErlTraceLevel type,
Direction dir,
string msg,
string file,
int line
)
Protected Overridable Sub OnTraceCore (
type As ErlTraceLevel,
dir As Direction,
msg As String,
file As String,
line As Integer
)
Protected Overridable Sub OnTraceCore (
type As ErlTraceLevel,
dir As Direction,
msg As String,
file As String,
line As Integer
)
protected:
virtual void OnTraceCore(
ErlTraceLevel type,
Direction dir,
String^ msg,
String^ file,
int line
)
protected:
virtual void OnTraceCore(
ErlTraceLevel type,
Direction dir,
String^ msg,
String^ file,
int line
)
abstract OnTraceCore :
type : ErlTraceLevel *
dir : Direction *
msg : string *
file : string *
line : int -> unit
override OnTraceCore :
type : ErlTraceLevel *
dir : Direction *
msg : string *
file : string *
line : int -> unit
abstract OnTraceCore :
type : ErlTraceLevel *
dir : Direction *
msg : string *
file : string *
line : int -> unit
override OnTraceCore :
type : ErlTraceLevel *
dir : Direction *
msg : string *
file : string *
line : int -> unit