[This is preliminary documentation and is subject to change.]
Namespace: NFX.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
void Write(
MessageType type,
string text,
bool urgent,
string topic = null,
string from = null
)
void Write(
MessageType type,
string text,
bool urgent,
string topic = null,
string from = null
)
Sub Write (
type As MessageType,
text As String,
urgent As Boolean,
Optional topic As String = Nothing,
Optional from As String = Nothing
)
Sub Write (
type As MessageType,
text As String,
urgent As Boolean,
Optional topic As String = Nothing,
Optional from As String = Nothing
)
void Write(
MessageType type,
String^ text,
bool urgent,
String^ topic = nullptr,
String^ from = nullptr
)
void Write(
MessageType type,
String^ text,
bool urgent,
String^ topic = nullptr,
String^ from = nullptr
)
abstract Write :
type : MessageType *
text : string *
urgent : bool *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit
abstract Write :
type : MessageType *
text : string *
urgent : bool *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit