priyasharma1 opened a new pull request #24: URL: https://github.com/apache/ofbiz-plugins/pull/24 (OFBIZ-11762) Explanation: - As per the discussion, updated all Debug.log* to log* - Removed unused Debug import from the files - Removed module variables as they are no longer useful. - Overloaded groovy utility method to handle Throwable object and message String, thus passed a null string where there is no custom message. Thanks: Pawan Verma ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
JacquesLeRoux commented on pull request #24: URL: https://github.com/apache/ofbiz-plugins/pull/24#issuecomment-637996192 Hi Priya, Instead of logError(e, "") why not simply using logError(e) ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
priyasharma1 commented on pull request #24: URL: https://github.com/apache/ofbiz-plugins/pull/24#issuecomment-638001095 > Hi Priya, > > Instead of > logError(e, "") > why not simply using > logError(e) > ? In that case, we will have to overload logError once again, please confirm if this looks good to you, I will proceed accordingly. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
JacquesLeRoux merged pull request #24: URL: https://github.com/apache/ofbiz-plugins/pull/24 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
Free forum by Nabble | Edit this page |