NET Link Tracker
EnableLogging(MemoryStream) Method



KellermanSoftware.NetLinkTracker Namespace > LinkTrackerDatabaseLogic Class > EnableLogging Method : EnableLogging(MemoryStream) Method
Log to a memory stream for database activity
Syntax
'Declaration
 
Public Overloads Function EnableLogging( _
   ByRef memoryStream As MemoryStream _
) As Boolean
'Usage
 
Dim instance As LinkTrackerDatabaseLogic
Dim memoryStream As MemoryStream
Dim value As Boolean
 
value = instance.EnableLogging(memoryStream)
public bool EnableLogging( 
   ref MemoryStream memoryStream
)
public:
bool EnableLogging( 
   MemoryStream^% memoryStream
) 

Parameters

memoryStream
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

LinkTrackerDatabaseLogic Class
LinkTrackerDatabaseLogic Members
Overload List