CommonHelperLogOutput Method |
Output some debug data to a log file that exists in same directory as the application.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void LogOutput(
string str
)
Parameters
- str String
- String to output.
See Also