CommonLogStore Write Method Couchbase .NET SDK 2.1.0 Documentation

[Missing <summary> documentation for "M:Couchbase.Core.Diagnostics.CommonLogStore.Write(System.String,System.Object[])"]

Namespace: Couchbase.Core.Diagnostics
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public void Write(
	string format,
	params Object[] args
)

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