NET Logging Library
LogDataTable Method (ILog)



KellermanSoftware.NetLoggingLibrary Namespace > ILog Interface : LogDataTable Method
Log a data table to the targets
Syntax
Function LogDataTable( _
   ByVal level As LoggingLevel, _
   ByVal table As DataTable, _
   ByVal maxRows As Integer _
) As LogResponse
Dim instance As ILog
Dim level As LoggingLevel
Dim table As DataTable
Dim maxRows As Integer
Dim value As LogResponse
 
value = instance.LogDataTable(level, table, maxRows)
LogResponse LogDataTable( 
   LoggingLevel level,
   DataTable table,
   int maxRows
)
LogResponse^ LogDataTable( 
   LoggingLevel level,
   DataTable^ table,
   int maxRows
) 

Parameters

level
table
maxRows
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

ILog Interface
ILog Members