NET Logging Library
SqLiteTarget Class
Members 



KellermanSoftware.NetLoggingLibrary.Targets Namespace : SqLiteTarget Class
Log to a SQLite database. When the first log entry is written, if the log table does not exist, it will be automatically set up.
Syntax
<XmlIncludeAttribute(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)>
<SerializableAttribute()>
Public Class SqLiteTarget 
   Inherits BaseDatabaseTarget
   Implements IAutoSetupTableICloseConnectionIDatabaseRollingIIdentityITarget 
Dim instance As SqLiteTarget
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public class SqLiteTarget : BaseDatabaseTarget, IAutoSetupTableICloseConnectionIDatabaseRollingIIdentityITarget  
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public ref class SqLiteTarget : public BaseDatabaseTarget, IAutoSetupTableICloseConnectionIDatabaseRollingIIdentityITarget  
Inheritance Hierarchy

System.Object
   KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget
      KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget
         KellermanSoftware.NetLoggingLibrary.Targets.SqLiteTarget

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

SqLiteTarget Members
KellermanSoftware.NetLoggingLibrary.Targets Namespace