Click or drag to resize
LogWarnFormat Method (IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)

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

Logs a new warning entry.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public void WarnFormat(
	IFormatProvider formatProvider,
	string format,
	Object arg0,
	Object arg1,
	Object arg2,
	Object arg3,
	string filePath = null,
	string memberName = null,
	int lineNumber = 0
)

Parameters

formatProvider
Type: SystemIFormatProvider
Format provider.
format
Type: SystemString
Message format.
arg0
Type: SystemObject
Format argument 0.
arg1
Type: SystemObject
Format argument 1.
arg2
Type: SystemObject
Format argument 2.
arg3
Type: SystemObject
Format argument 3.
filePath (Optional)
Type: SystemString
File path (populated by the compiler).
memberName (Optional)
Type: SystemString
Member name (populated by the compiler).
lineNumber (Optional)
Type: SystemInt32
Line number (populated by the compiler).

Implements

ILogWarnFormat(IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
See Also