Click or drag to resize
ILoggerLog Method

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

Logs an entry.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
void Log(
	LogEntry entry,
	string message,
	IFormatProvider provider
)

Parameters

entry
Type: YallaLogEntry
The entry.
message
Type: SystemString
The message.
provider
Type: SystemIFormatProvider
Format provider.
See Also