Click or drag to resize

LoggerLogToFile Method (String, Exception)

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

Parameters

txt
Type: SystemString
exception (Optional)
Type: SystemException

Return Value

Type: Task
See Also