public void WriteLog(
LogSrc source,
MessageType type,
string msg,
string from = null,
Exception exception = null,
string pars = null,
Nullable<Guid> relatedTo = null
)
public void WriteLog(
LogSrc source,
MessageType type,
string msg,
string from = null,
Exception exception = null,
string pars = null,
Nullable<Guid> relatedTo = null
)
Public Sub WriteLog (
source As LogSrc,
type As MessageType,
msg As String,
Optional from As String = Nothing,
Optional exception As Exception = Nothing,
Optional pars As String = Nothing,
Optional relatedTo As Nullable(Of Guid) = Nothing
)
Public Sub WriteLog (
source As LogSrc,
type As MessageType,
msg As String,
Optional from As String = Nothing,
Optional exception As Exception = Nothing,
Optional pars As String = Nothing,
Optional relatedTo As Nullable(Of Guid) = Nothing
)
public:
void WriteLog(
LogSrc source,
MessageType type,
String^ msg,
String^ from = nullptr,
Exception^ exception = nullptr,
String^ pars = nullptr,
Nullable<Guid> relatedTo = nullptr
)
public:
void WriteLog(
LogSrc source,
MessageType type,
String^ msg,
String^ from = nullptr,
Exception^ exception = nullptr,
String^ pars = nullptr,
Nullable<Guid> relatedTo = nullptr
)
member WriteLog :
source : LogSrc *
type : MessageType *
msg : string *
?from : string *
?exception : Exception *
?pars : string *
?relatedTo : Nullable<Guid>
(* Defaults:
let _from = defaultArg from null
let _exception = defaultArg exception null
let _pars = defaultArg pars null
let _relatedTo = defaultArg relatedTo null
*)
-> unit
member WriteLog :
source : LogSrc *
type : MessageType *
msg : string *
?from : string *
?exception : Exception *
?pars : string *
?relatedTo : Nullable<Guid>
(* Defaults:
let _from = defaultArg from null
let _exception = defaultArg exception null
let _pars = defaultArg pars null
let _relatedTo = defaultArg relatedTo null
*)
-> unit