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

LogInfo() protected abstract méthode

protected abstract LogInfo ( object handler, System.DateTime timeStamp, string message ) : void
handler object
timeStamp System.DateTime
message string
Résultat void
        protected abstract void LogInfo(object handler, DateTime timeStamp, string message);
        protected abstract void LogException(object handler, DateTime timeStamp, Exception exception);