Click or drag to resize

LoggerLogToFile Method (String, String)

Namespace:  EDK4Net.Log
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static Task LogToFile(
	string txt,
	string fileName
)

Parameters

txt
Type: SystemString
fileName
Type: SystemString

Return Value

Type: Task
See Also