Esempio n. 1
0
 public virtual PersistenceWireup WithPersistence(IPersistStreams instance)
 {
     if (Logger.IsInfoEnabled)
     {
         Logger.Info(Messages.RegisteringPersistenceEngine, instance.GetType());
     }
     With(instance);
     return(this);
 }
Esempio n. 2
0
#pragma warning restore S125 // Sections of code should not be commented out

        public virtual PersistenceWireup WithPersistence(IPersistStreams instance)
        {
            Logger.LogInformation(Messages.RegisteringPersistenceEngine, instance.GetType());
            With(instance);
            return(this);
        }
 public virtual PersistenceWireup WithPersistence(IPersistStreams instance)
 {
     Logger.Debug(Messages.RegisteringPersistenceEngine, instance.GetType());
     this.With(instance);
     return this;
 }