BlingBag.ImmediateBlingDispatcher.LogInfo C# (CSharp) Méthode

LogInfo() protected méthode

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