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