Example #1
0
 public static bool InsertErrorLog(M4PLException m4plException)
 {
     M4PL.DataAccess.Logger.ErrorLogger.Log(m4plException.Exception, m4plException.AdditionalMessage, m4plException.ErrorRelatedTo, m4plException.LogType);
     return(true);
 }
Example #2
0
 public bool InsertErrorLog(M4PLException m4plException)
 {
     _command.ActiveUser = Models.ApiContext.ActiveUser;
     return(_command.InsertErrorLog(m4plException));
 }