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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void LogOutput(
	string str
)

Parameters

str
Type: SystemString
String to output.
See Also