NET Logging Library
InsertLogRecord Method (OdbcTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > OdbcTarget Class : InsertLogRecord Method
Insert a record into the logging table
Syntax
Public Overrides Sub InsertLogRecord( _
   ByVal entry As LogEntry _
) 
Dim instance As OdbcTarget
Dim entry As LogEntry
 
instance.InsertLogRecord(entry)
public override void InsertLogRecord( 
   LogEntry entry
)
public:
void InsertLogRecord( 
   LogEntry^ entry
) override 

Parameters

entry
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

OdbcTarget Class
OdbcTarget Members