public void AddToChain(ConfigurableLogConstructor next)
 {
     clc = next;
       sb = clc.GetBuilder();
 }