| YallaLoggerDebug Method |
[This is preliminary documentation and is subject to change.]
Logs a debug message.
Namespace: Yalla.GoogleApisAssembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
Syntax public void Debug(
string message,
params Object[] args
)
Public Sub Debug (
message As String,
ParamArray args As Object()
)
public:
virtual void Debug(
String^ message,
... array<Object^>^ args
) sealed
abstract Debug :
message : string *
args : Object[] -> unit
override Debug :
message : string *
args : Object[] -> unit
Parameters
- message
- Type: SystemString
The message to log. - args
- Type: SystemObject
Format(String, Object) arguments (if applicable).
Implements
ILogger.Debug(String, Object)See Also