Click or drag to resize

LoggerType Enumeration

Type of the logger to process the log entries

Namespace:  Mavidian.DataConveyer.Logging
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public enum LoggerType
Members
  Member nameDescription
Null Logger that actually disregards log entries (default)
LogFile Logger that sends (appends) entries as text to a log file
NLog Logger using the NLog logging framework (future use)
See Also