BlingBag.ImmediateBlingDispatcher.LogInfo C# (CSharp) Method

LogInfo() protected method

protected LogInfo ( object handler, System.DateTime timeStamp, string message ) : void
handler object
timeStamp System.DateTime
message string
return void
        protected override void LogInfo(object handler, DateTime timeStamp, string message)
        {
            _logger.LogInfo(handler, timeStamp, message);
        }