[Missing <summary> documentation for "M:Couchbase.Core.Diagnostics.CommonLogStore.Write(System.String,System.Object[])"]
Namespace: Couchbase.Core.DiagnosticsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void Write(
string format,
params Object[] args
)
public void Write(
string format,
params Object[] args
)
Public Sub Write (
format As String,
ParamArray args As Object()
)
Public Sub Write (
format As String,
ParamArray args As Object()
)
public:
virtual void Write(
String^ format,
... array<Object^>^ args
) sealed
public:
virtual void Write(
String^ format,
... array<Object^>^ args
) sealed
abstract Write :
format : string *
args : Object[] -> unit
override Write :
format : string *
args : Object[] -> unit
abstract Write :
format : string *
args : Object[] -> unit
override Write :
format : string *
args : Object[] -> unit
Parameters
- format
- Type: System.String
[Missing <param name="format"/> documentation for "M:Couchbase.Core.Diagnostics.CommonLogStore.Write(System.String,System.Object[])"]
- args
- Type:System.Object[]
[Missing <param name="args"/> documentation for "M:Couchbase.Core.Diagnostics.CommonLogStore.Write(System.String,System.Object[])"]
Implements
ITimingStore.Write(String,Object[])
See Also