protected void Log(
MessageType type,
string text,
string from = null,
Exception error = null,
string pars = null,
Nullable<Guid> related = null
)
protected void Log(
MessageType type,
string text,
string from = null,
Exception error = null,
string pars = null,
Nullable<Guid> related = null
)
Protected Sub Log (
type As MessageType,
text As String,
Optional from As String = Nothing,
Optional error As Exception = Nothing,
Optional pars As String = Nothing,
Optional related As Nullable(Of Guid) = Nothing
)
Protected Sub Log (
type As MessageType,
text As String,
Optional from As String = Nothing,
Optional error As Exception = Nothing,
Optional pars As String = Nothing,
Optional related As Nullable(Of Guid) = Nothing
)
protected:
void Log(
MessageType type,
String^ text,
String^ from = nullptr,
Exception^ error = nullptr,
String^ pars = nullptr,
Nullable<Guid> related = nullptr
)
protected:
void Log(
MessageType type,
String^ text,
String^ from = nullptr,
Exception^ error = nullptr,
String^ pars = nullptr,
Nullable<Guid> related = nullptr
)
member Log :
type : MessageType *
text : string *
?from : string *
?error : Exception *
?pars : string *
?related : Nullable<Guid>
(* Defaults:
let _from = defaultArg from null
let _error = defaultArg error null
let _pars = defaultArg pars null
let _related = defaultArg related null
*)
-> unit
member Log :
type : MessageType *
text : string *
?from : string *
?error : Exception *
?pars : string *
?related : Nullable<Guid>
(* Defaults:
let _from = defaultArg from null
let _error = defaultArg error null
let _pars = defaultArg pars null
let _related = defaultArg related null
*)
-> unit