EventLog(EventType, String, String) Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static void Log(
	EventType type,
	string source,
	string text
)

Parameters

type  EventType
 
source  String
 
text  String
 
See Also