NET Logging Library
BaseFileTarget Class
Members 



KellermanSoftware.NetLoggingLibrary.Targets Namespace : BaseFileTarget Class
The base class for all custom loggers that write to a file.
Object Model
BaseFileTarget ClassLogEntry Class
Syntax
<XmlIncludeAttribute(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)>
<SerializableAttribute()>
Public Class BaseFileTarget 
   Inherits BaseTarget
   Implements ICloseConnectionITarget 
Dim instance As BaseFileTarget
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public class BaseFileTarget : BaseTarget, ICloseConnectionITarget  
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public ref class BaseFileTarget : public BaseTarget, ICloseConnectionITarget  
Inheritance Hierarchy

System.Object
   KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget
      KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget
         KellermanSoftware.NetLoggingLibrary.Targets.BinaryFileTarget
         KellermanSoftware.NetLoggingLibrary.Targets.CsvTarget
         KellermanSoftware.NetLoggingLibrary.Targets.FileTarget
         KellermanSoftware.NetLoggingLibrary.Targets.HtmlTarget
         KellermanSoftware.NetLoggingLibrary.Targets.XmlLog4jTarget
         KellermanSoftware.NetLoggingLibrary.Targets.XmlTarget

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

BaseFileTarget Members
KellermanSoftware.NetLoggingLibrary.Targets Namespace