NET Logging Library
InsertLogRecord Method (MySqlTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > MySqlTarget Class : InsertLogRecord Method
Log a message to the database table
Syntax
Public Overrides Sub InsertLogRecord( _
   ByVal entry As LogEntry _
) 
Dim instance As MySqlTarget
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

MySqlTarget Class
MySqlTarget Members