Click or drag to resize

LogW Method (String, Exception)

Note: This API is now obsolete.

Send a WARN message.

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("This method signature is not like the others and will be removed")]
public static void W(
	string tag,
	Exception tr
)

Parameters

tag
Type: SystemString
Tag.
tr
Type: SystemException
Exception
See Also