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

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

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