예제 #1
0
 public string[] GetLogFileNames(string accessToken, string logDirectoryName)
 {
     logMethodInvocation();
     checkAccessToken(accessToken);
     try
     {
         return(LogAPI.GetLogFileNames(logDirectoryName));
     }
     catch (Exception ex)
     {
         logException(ex);
         return(null);
     }
 }