Click or drag to resize
ILog.InfoFormat Method (FormatMessageCallback, String, String, Int32)

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

Logs a new information entry.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
void InfoFormat(
	FormatMessageCallback formatMessageCallback,
	string filePath = null,
	string memberName = null,
	int lineNumber = 0
)

Parameters

formatMessageCallback
Type: Yalla.FormatMessageCallback
Format message callback delegate.
filePath (Optional)
Type: System.String
File path (populated by the compiler).
memberName (Optional)
Type: System.String
Member name (populated by the compiler).
lineNumber (Optional)
Type: System.Int32
Line number (populated by the compiler).
See Also