Пример #1
0
 /// <inheritdoc />
 public void Clear()
 {
     if (log.IsInfoEnabled)
     {
         log.Info("clearing all objects from system");
     }
     system.Clear();
 }
Пример #2
0
 /// <inheritdoc />
 public void Clear()
 {
     log.Info("clearing all objects from system");
     system.Clear();
 }