C# Class Skytap.Utilities.LoggerUtilities

Container for some utilties used by the logging functionality. E.g. generate a log filename.
Afficher le fichier Open project: skytap/Skytap-TFS-Automation-Pack

Méthodes publiques

Méthode 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.

Method Details

CreateUniqueLogFilename() public static méthode

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.
Résultat string