private boolean isLogCopyEnabled() {
   AcPropertyRegistry pr = AcPropertyRegistries.getGlobal();
   return pr.getLogCopyEnabled();
 }