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