VPObservableTarget Write Method ()Virtual Photonics - VTS Library
Virtual Photonics
Renders the logging event message and adds it to the internal ArrayList of log messages.

Namespace: Vts.Common.Logging
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

protected override void Write(
	LogEventInfo logEvent
)

Parameters

logEvent
Type: LogEventInfo
The logging event.
See Also