NET Logging Library
OracleTarget Class
Members 



KellermanSoftware.NetLoggingLibrary.Targets Namespace : OracleTarget Class
Log to an Oracle Database. By default a stored procedure and a log table is automatically created when the first entry is logged.
The default table name is tblLog and the default stored procedure name is SPINSERTTBLLOG
Syntax
<XmlIncludeAttribute(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)>
<SerializableAttribute()>
Public Class OracleTarget 
   Inherits BaseDatabaseTarget
   Implements IAutoSetupStoredProcedureIAutoSetupTableICloseConnectionIIdentityITarget 
Dim instance As OracleTarget
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public class OracleTarget : BaseDatabaseTarget, IAutoSetupStoredProcedureIAutoSetupTableICloseConnectionIIdentityITarget  
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public ref class OracleTarget : public BaseDatabaseTarget, IAutoSetupStoredProcedureIAutoSetupTableICloseConnectionIIdentityITarget  
Inheritance Hierarchy

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

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

OracleTarget Members
KellermanSoftware.NetLoggingLibrary.Targets Namespace