Dynamicweb 8 Documentation
Log(Action,String,String,String,String,String,String,String,String,String) Method

Creates the log string.
Syntax
'Declaration
 
Public Overloads Shared Sub Log( _ 
   ByVal Action As Action, _ 
   ByVal EntityType As String, _ 
   ByVal Entity As String, _ 
   ByVal EntityID As String, _ 
   ByVal LocationType As String, _ 
   ByVal Location As String, _ 
   ByVal LocationID As String, _ 
   ByVal DestinationType As String, _ 
   ByVal Destination As String, _ 
   ByVal DestinationID As String _ 
) 
public static void Log( 
   Action Action,
   string EntityType,
   string Entity,
   string EntityID,
   string LocationType,
   string Location,
   string LocationID,
   string DestinationType,
   string Destination,
   string DestinationID 
)

Parameters

Action
EntityType
Entity
EntityID
LocationType
Location
LocationID
DestinationType
Destination
DestinationID
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

Logger Class
Logger Members
Overload List

Send Feedback