[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)
public void Write(
MessageType type,
string text,
string topic = null,
string from = null
)
public void Write(
MessageType type,
string text,
string topic = null,
string from = null
)
Public Sub Write (
type As MessageType,
text As String,
Optional topic As String = Nothing,
Optional from As String = Nothing
)
Public Sub Write (
type As MessageType,
text As String,
Optional topic As String = Nothing,
Optional from As String = Nothing
)
public:
virtual void Write(
MessageType type,
String^ text,
String^ topic = nullptr,
String^ from = nullptr
) sealed
public:
virtual void Write(
MessageType type,
String^ text,
String^ topic = nullptr,
String^ from = nullptr
) sealed
abstract Write :
type : MessageType *
text : string *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit
override Write :
type : MessageType *
text : string *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit
abstract Write :
type : MessageType *
text : string *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit
override Write :
type : MessageType *
text : string *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit
Implements
ILog Write(MessageType, String, String, String)