Click or drag to resize

HelperFunctionsLoggingInitializeLog Method

This method defines the Log file. If this is not called, it will be called automatically at the first use.

Namespace:  AHL
Assembly:  AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void InitializeLog(
	string logFileName = "LogFile",
	string extension = "log"
)

Parameters

logFileName (Optional)
Type: SystemString
This is a string defining the Filename for the Log. This will reside in the same folder of the application.
extension (Optional)
Type: SystemString
This is a string defining the extension for the log (minus the "."). It's just cosmetic. Default value is ".log".
See Also