SetLogFileName Method
- Last UpdatedApr 08, 2026
- 1 minute read
Sets the debug log file name that will be used when any debug log
messages are written.
public static void SetLogFileName(
string logFileName
)
public:
static void SetLogFileName(
String^ logFileName
)
Parameters
- logFileName
- The log file name to be used, including the extension (typically .log). No path is required. The file will always be generated in the DNADataRoot\DNASiloName\log directory.