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