Click or drag to resize

LoggerWriteLog(String, String, Boolean) Method

Writes text in the log file.

Namespace: ZylSoft.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static void WriteLog(
	string logText,
	string logFile,
	bool logDateTime = true
)

Parameters

logText  String
Log text.
logFile  String
Name and path of the log file.
logDateTime  Boolean  (Optional)
If true, date-time is added in front of the text.
See Also