Share

Event.Log(Event.Type, String, String, Database) Method

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



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

Syntax

C#

public static void Log(
	EventType type,
	string source,
	string text,
	Database database
)

VB

Public Shared Sub Log ( 
	type As EventType,
	source As String,
	text As String,
	database As Database
)

C++

public:
static void Log(
	EventType type, 
	String^ source, 
	String^ text, 
	Database^ database
)

Parameters

type  EventType
 
source  String
 
text  String
 
database  Database
 

See Also

Reference

Was this information helpful?