/// <summary> /// Retrieves the default log file to use /// </summary> /// <returns></returns> protected override string GetDefaultFile() { return(LogFileRepository.GetLogFile("Error")); }
/// <summary> /// Retrieves the default log file to use /// </summary> /// <returns></returns> protected virtual string GetDefaultFile() { return(LogFileRepository.GetLogFile("Log")); }