Click or drag to resize
ILog.DebugFormat Method (Exception, IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)

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

Logs a new debug entry.

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

Parameters

exception
Type: System.Exception
Exception.
formatProvider
Type: System.IFormatProvider
Format provider.
format
Type: System.String
Message format.
arg0
Type: System.Object
Format argument 0.
arg1
Type: System.Object
Format argument 1.
arg2
Type: System.Object
Format argument 2.
arg3
Type: System.Object
Format argument 3.
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