ILoggerW Method (String, String, Object) | 
 Send a WARN message
 
    Namespace: 
   Couchbase.Lite.Util
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntaxvoid W(
	string tag,
	string format,
	params Object[] args
)
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.
             - format
 - Type: SystemString
The message you would like logged. - args
 - Type: SystemObject
string format arguments 
See Also