/** c-tor */
 public ChronicleLoggerFactory() {
   this.loggers = new ConcurrentHashMap<>();
   this.manager = ChronicleLogManager.getInstance();
 }