Method LogToFileAndDebug
LogToFileAndDebug(object?)
Logs the specified object to a file and writes its string representation to the debug output.
public static void LogToFileAndDebug(object? obj = null)
Parameters
Remarks
This method combines file logging and debug output for the provided object. The object's string representation is used for both operations.