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: 10.0.0.6737
Syntax
C#
public void LogEvent(
	string message
)

Parameters

message
Type: SystemString
The message to log to the EventLogPath.
See Also