FormattedEventLogTraceListener Constructor

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method FormattedEventLogTraceListener(EventLog)
Initializes a new instance of FormattedEventLogTraceListener with a EventLogTraceListener initialized with EventLog.
Public method FormattedEventLogTraceListener(String)
Initializes a new instance of FormattedEventLogTraceListener with a EventLogTraceListener initialized with a source name.
Public method FormattedEventLogTraceListener(EventLog, ILogFormatter)
Initializes a new instance of FormattedEventLogTraceListener with an ILogFormatter and a EventLogTraceListener initialized with EventLog.
Public method FormattedEventLogTraceListener(String, ILogFormatter)
Initializes a new instance of FormattedEventLogTraceListener with an ILogFormatter and a EventLogTraceListener initialized with source name and default log and machine names.
Public method FormattedEventLogTraceListener(String, String, ILogFormatter)
Initializes a new instance of FormattedEventLogTraceListener with an ILogFormatter and a EventLogTraceListener initialized with source name.
Public method FormattedEventLogTraceListener(String, String, String, ILogFormatter)
Initializes a new instance of FormattedEventLogTraceListener with an ILogFormatter and a EventLogTraceListener

See Also

FormattedEventLogTraceListener Class

FormattedEventLogTraceListener Members

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace