NET Logging Library
InsertLogRecord Method (BaseDatabaseTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BaseDatabaseTarget Class : InsertLogRecord Method
Insert a log message into the table
Syntax
Public MustOverride Sub InsertLogRecord( _
   ByVal entry As LogEntry _
) 
Dim instance As BaseDatabaseTarget
Dim entry As LogEntry
 
instance.InsertLogRecord(entry)
public abstract void InsertLogRecord( 
   LogEntry entry
)
public:
abstract void InsertLogRecord( 
   LogEntry^ entry
) 

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

BaseDatabaseTarget Class
BaseDatabaseTarget Members