Andover.Data.Logging.MonitoredScope.LogScopeStart C# (CSharp) Method

LogScopeStart() protected method

protected LogScopeStart ( ) : void
return void
        protected void LogScopeStart()
        {
            Context.ExecutionStartTime = DateTime.Now;
            //Log.Info(string.Format("{0} ({1}) Started .", Context.Id, Context.Name), this);
        }