NET Logging Library
InsertLogRecord Method (SqlServerTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > SqlServerTarget Class : InsertLogRecord Method
The log message to insert
Insert a log message into a table
Syntax
Public Overrides Sub InsertLogRecord( _
   ByVal entry As LogEntry _
) 
Dim instance As SqlServerTarget
Dim entry As LogEntry
 
instance.InsertLogRecord(entry)
public override void InsertLogRecord( 
   LogEntry entry
)
public:
void InsertLogRecord( 
   LogEntry^ entry
) override 

Parameters

entry
The log message to insert
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

SqlServerTarget Class
SqlServerTarget Members