Example #1
0
        public void Error(Exception ex, string msg)
        {
            var type = StackInfo.GetCallingType();

            NLog.LogManager.GetLogger(type.FullName).Error(ex, msg);
        }
        public void Error(Exception ex, string msg)
        {
            var type = StackInfo.GetCallingType();

            log4net.LogManager.GetLogger(type.FullName).Error(msg, ex);
        }