Click or drag to resize

DocumentLogEvent Method

Output event diagnostics to the current EventLogPath if not null.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void LogEvent(
	string message
)

Parameters

message  String
The message to log to the EventLogPath.
See Also