LogWriter Constructor

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method LogWriter(LoggingConfiguration)
Initializes a new instance of the LogWriter class with the specified configuration.
Public method LogWriter(LogWriterStructureHolder)
Initializes a new instance of the LogWriter class with the specified logging stack.
Public method LogWriter(IEnumerable<ILogFilter>, IDictionary<String, LogSource>, LogSource, String)
Initializes a new instance of the LogWriter class with the specified filters, trace sources, and default category.
Public method LogWriter(IEnumerable<ILogFilter>, IEnumerable<LogSource>, LogSource, String)
Initializes a new instance of the LogWriter class with the specified filters, trace sources, and default category.
Public method LogWriter(IEnumerable<ILogFilter>, IDictionary<String, LogSource>, LogSource, LogSource, LogSource, String, Boolean, Boolean)
Initializes a new instance of the LogWriter class with the specified filters, trace sources, default category, and tracing options.
Public method LogWriter(IEnumerable<ILogFilter>, IEnumerable<LogSource>, LogSource, LogSource, LogSource, String, Boolean, Boolean)
Initializes a new instance of the LogWriter class with the specified filters, trace sources, default category, tracing options, and warning options.
Public method LogWriter(IEnumerable<ILogFilter>, IDictionary<String, LogSource>, LogSource, LogSource, LogSource, String, Boolean, Boolean, Boolean)
Initializes a new instance of the LogWriter class with the specified filters, trace sources, default category, tracing options, and impersonation option.

See Also

LogWriter Class

LogWriter Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace