LoggerWriteLog Method (String, String, Boolean)

ZylGpsReceiver.NET Mobile
Writes text in the log file.

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public static void WriteLog(
	string logText,
	string logFile,
	bool logDateTime
)

Parameters

logText
Type: SystemString
Log text.
logFile
Type: SystemString
Name and path of the log file.
logDateTime
Type: SystemBoolean
If true, date-time is added in front of the text.
See Also

Reference