Output event diagnostics to the current EventLogPath if not null.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntaxpublic void LogEvent(
string message
)
Parameters
- message
- Type: SystemString
The message to log to the EventLogPath.
See Also