BlingBag.ImmediateBlingDispatcher.LogException C# (CSharp) Method

LogException() protected method

protected LogException ( object handler, System.DateTime timeStamp, Exception exception ) : void
handler object
timeStamp System.DateTime
exception System.Exception
return void
        protected override void LogException(object handler, DateTime timeStamp, Exception exception)
        {
            _logger.LogException(handler, timeStamp, exception);
        }