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

Parameters

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