Log Method (Event.Type, String, String)

Logs a new user-defined event to the current database.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public static void Log(
	Event.Type type,
	string source,
	string text
)

Visual Basic

Public Shared Sub Log ( _
	type As Event.Type, _
	source As String, _
	text As String _
)

Visual C++

public:
static void Log(
	Event.Type type, 
	String^ source, 
	String^ text
)

Parameters

type
Type: Autodesk.Civil.DatabaseServices.Event.Type
source
Type: System.String
text
Type: System.String

See Also