Click or drag to resize

FileLoggerLog Method

Send the log entry to a text file (log file).

Namespace:  Mavidian.DataConveyer.Logging
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public void Log(
	LogEntry entry
)

Parameters

entry
Type: Mavidian.DataConveyer.LoggingLogEntry
Log entry to send.

Implements

ILoggerLog(LogEntry)
See Also