ILoggerD Method (String, String) |
Send a DEBUG message.
Namespace:
Couchbase.Lite.DI
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntaxvoid D(
string tag,
string msg
)
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.
- msg
- Type: SystemString
The message you would like logged.
See Also