| ILoggerLog Method |
Log a given log entry.
Namespace:
Mavidian.DataConveyer.Logging
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax void Log(
LogEntry entry
)
Sub Log (
entry As LogEntry
)
Parameters
- entry
- Type: Mavidian.DataConveyer.LoggingLogEntry
Log entry to process (the entry.MessageOnDemand() will evaluate the actual message to report).
See Also