NET Logging Library
CsvTarget Class
Members 



KellermanSoftware.NetLoggingLibrary.Targets Namespace : CsvTarget Class
Lot to a CSV file. The default is log.csv in the current directory
Object Model
CsvTarget ClassLogEntry Class
Syntax
<XmlIncludeAttribute(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)>
<SerializableAttribute()>
Public NotInheritable Class CsvTarget 
   Inherits BaseFileTarget
   Implements ICloseConnectionITarget 
Dim instance As CsvTarget
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public sealed class CsvTarget : BaseFileTarget, ICloseConnectionITarget  
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public ref class CsvTarget sealed : public BaseFileTarget, ICloseConnectionITarget  
Inheritance Hierarchy

System.Object
   KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget
      KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget
         KellermanSoftware.NetLoggingLibrary.Targets.CsvTarget

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CsvTarget Members
KellermanSoftware.NetLoggingLibrary.Targets Namespace