Click or drag to resize
YallaLoggerInfo Method

[This is preliminary documentation and is subject to change.]

Logs an info message.

Namespace: Yalla.GoogleApis
Assembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
Syntax
public void Info(
	string message,
	params Object[] args
)

Parameters

message
Type: SystemString
The message to log.
args
Type: SystemObject
Format(String, Object) arguments (if applicable).

Implements

ILogger.Info(String, Object)
See Also