Click or drag to resize
LogManagerGetLoggerForCurrentFile Method

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

Retrieves or creates a log named after the caller source file.

Namespace: Yalla
Assembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax
public static ILog GetLoggerForCurrentFile(
	string filePath = null
)

Parameters

filePath (Optional)
Type: SystemString
The name of the log to retrieve.

Return Value

Type: ILog
Log.
See Also