BLL.Common.Utils.TimelapseLog C# (CSharp) Метод

TimelapseLog() публичный статический Метод

public static TimelapseLog ( Timelapse timelapse, Exception x ) : void
timelapse BLL.Entities.Timelapse
x System.Exception
Результат void
        public static void TimelapseLog(Timelapse timelapse, Exception x)
        {
            TimelapseLog(timelapse, x.ToString());
        }

Same methods

Utils::TimelapseLog ( Timelapse timelapse, string message ) : void
Utils::TimelapseLog ( Timelapse timelapse, string message, Exception x ) : void
Utils::TimelapseLog ( int timelapseId, string message ) : void