Click or drag to resize

CommonHelperLogOutput Method

Output some debug data to a log file that exists in same directory as the application.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void LogOutput(
	string str
)

Parameters

str  String
String to output.
See Also