public void feature() { IAuditor auditor = AuditorFactory.create(); auditor.log("feature was called."); }