Le 05/06/2012 17:12, Tomas Cohen Arazi a écrit : > +1 for this good idea > +1 for Koha::Logger While I agree for Koha:: namespace, I disagree for Koha::Logged.pm. We need a more granular organization of the Koha:: namespace.
Something like Koha::Tools::Logger or Koha::Internal::Logger, or whatever express that the Logger module is related to internals of Koha. Reminder : there is an action_log table. A newbie could think that Koha::Logger is related to this table. (I would favour something like Koha::Database::Action_log for the table) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
