On Tue, Dec 3, 2013 at 7:07 PM, Tyler Romeo <[email protected]> wrote: > The RFC on third-party components may interest you: > https://www.mediawiki.org/wiki/Requests_for_comment/Third-party_components > > If we use the Monolog library, which is used in Symfony and others, we can > avoid having to re-implement an entire logging framework.
It would be relatively easy to implement the features currently described in the structured logging RFC using Monolog. I have used it in the Wikimania Scholarships application [0] to do just that. Depending on the final features desired Monolog may be overkill, but I'm definitely in favor of using more loosely coupled libraries whether they are forked from the MediaWiki codebase or imported from projects with strong user communities. [0]: https://git.wikimedia.org/tree/wikimedia%2Fwikimania-scholarships.git/HEAD -- Bryan Davis Wikimedia Foundation <[email protected]> [[m:User:BDavis_(WMF)]] Sr Software Engineer Boise, ID irc: bd808 v:415.839.6885 x6855 _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
