Exemplo n.º 1
0
 public void Analyze(string fileName)
 {
     if (fileName.Length < 8)
     {
         LoggingFacility.Log("File Name too short:" + fileName);
     }
 }
Exemplo n.º 2
0
 public bool IsConfiguerd(string configName)
 {
     LoggingFacility.Log("checking" + configName);
     return(true); //result;
 }