Click or drag to resize

ILoggerW 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")]
void W(
	string tag,
	Exception tr
)

Parameters

tag
Type: SystemString
Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.
tr
Type: SystemException
The exception you would like logged.
See Also