<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Symfony exceptions, logging, and debugging</title>
	<atom:link href="http://stereointeractive.com/blog/2007/06/12/symfony-exceptions-logging-and-debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog/2007/06/12/symfony-exceptions-logging-and-debugging/</link>
	<description>Development Blog</description>
	<lastBuildDate>Thu, 17 Jun 2010 09:37:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve B</title>
		<link>http://stereointeractive.com/blog/2007/06/12/symfony-exceptions-logging-and-debugging/comment-page-1/#comment-359</link>
		<dc:creator>Steve B</dc:creator>
		<pubDate>Mon, 05 Jan 2009 17:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/2007/06/12/symfony-exceptions-logging-and-debugging/#comment-359</guid>
		<description>Hi,
Thanks for the very helpful but simple post. With regards to logging messages in the database, I&#039;m pretty sure you&#039;d be able to extend the sfLogger class or something to do this. Not sure how at the moment, but I understand symfony enough to guess this would be achievable!
Steve</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the very helpful but simple post. With regards to logging messages in the database, I&#8217;m pretty sure you&#8217;d be able to extend the sfLogger class or something to do this. Not sure how at the moment, but I understand symfony enough to guess this would be achievable!<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Meves</title>
		<link>http://stereointeractive.com/blog/2007/06/12/symfony-exceptions-logging-and-debugging/comment-page-1/#comment-298</link>
		<dc:creator>Scott Meves</dc:creator>
		<pubDate>Mon, 15 Sep 2008 15:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/2007/06/12/symfony-exceptions-logging-and-debugging/#comment-298</guid>
		<description>HervÃ©, 

If you want to log actions in the db when executed, I wouldn&#039;t even use the sfLogger class and instead just add custom code to my objects save() methods.

A propel behavior would be perfect for this kind of thing!!! I would take a look at some of the &lt;a href=&quot;http://www.symfony-project.org/plugins/filter?filter[sf_1_0]=on&amp;filter[sf_1_1]=on&amp;filter[sf_1_2]=on&amp;filter[propel]=on&amp;filter[doctrine]=on&amp;filter[category_id]=4&quot; rel=&quot;nofollow&quot;&gt;existing plugins that provide propel behaviors&lt;/a&gt; and then just dive in and write your own. It&#039;d make a great plugin ;)
-Scott</description>
		<content:encoded><![CDATA[<p>HervÃ©, </p>
<p>If you want to log actions in the db when executed, I wouldn&#8217;t even use the sfLogger class and instead just add custom code to my objects save() methods.</p>
<p>A propel behavior would be perfect for this kind of thing!!! I would take a look at some of the <a href="http://www.symfony-project.org/plugins/filter?filter[sf_1_0]=on&#038;filter[sf_1_1]=on&#038;filter[sf_1_2]=on&#038;filter[propel]=on&#038;filter[doctrine]=on&#038;filter[category_id]=4" rel="nofollow">existing plugins that provide propel behaviors</a> and then just dive in and write your own. It&#8217;d make a great plugin <img src='http://stereointeractive.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
-Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: herve</title>
		<link>http://stereointeractive.com/blog/2007/06/12/symfony-exceptions-logging-and-debugging/comment-page-1/#comment-297</link>
		<dc:creator>herve</dc:creator>
		<pubDate>Mon, 15 Sep 2008 13:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/2007/06/12/symfony-exceptions-logging-and-debugging/#comment-297</guid>
		<description>Hej, I am wondering: 
how could certain actions be logged in the db when executed? I d like, for instance, the save() actions of certain modules to be logged in the db to create an history table of what happens on the site. 

Except creating an history table and saving the informations I am interested in in every actions, The info logs don&#039;t seem to be reusable. Could a propel behavior do that?

Cool reading you,
mvh, hervÃ©</description>
		<content:encoded><![CDATA[<p>Hej, I am wondering:<br />
how could certain actions be logged in the db when executed? I d like, for instance, the save() actions of certain modules to be logged in the db to create an history table of what happens on the site. </p>
<p>Except creating an history table and saving the informations I am interested in in every actions, The info logs don&#8217;t seem to be reusable. Could a propel behavior do that?</p>
<p>Cool reading you,<br />
mvh, hervÃ©</p>
]]></content:encoded>
	</item>
</channel>
</rss>
