EventLog(EventType, String, String) Method |
Logs a new user-defined event to the current database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static void Log(
EventType type,
string source,
string text
)
Public Shared Sub Log (
type As EventType,
source As String,
text As String
)
public:
static void Log(
EventType type,
String^ source,
String^ text
)
Parameters
- type EventType
-
- source String
-
- text String
-
See Also