Click or drag to resize

OutputControllerInternalWrite Method

Writes text internally if logging is enabled.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void InternalWrite(
	string text
)

Parameters

text  String
The text.
See Also