Method | Description | |
---|---|---|
CreateUniqueLogFilename ( string logFilePrefix = null ) : string |
Generate a unique file for a log file that contains the date in the filename. The full path to the generated file is returned.
|
public static CreateUniqueLogFilename ( string logFilePrefix = null ) : string | ||
logFilePrefix | string | A prefix to put on top of the log filename. If not provided, the /// prefix will be a standard "ApplicationLog" string. |
return | string |