<?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: Flex Logging Framework</title>
	<atom:link href="http://johnwilker.com/2006/11/Flex_Logging_Framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnwilker.com/2006/11/Flex_Logging_Framework/</link>
	<description>Books, Community, Entrepreneurship, Technology</description>
	<lastBuildDate>Mon, 14 May 2012 13:04:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Shweta</title>
		<link>http://johnwilker.com/2006/11/Flex_Logging_Framework/comment-page-1/#comment-3721</link>
		<dc:creator>Shweta</dc:creator>
		<pubDate>Fri, 30 Jul 2010 11:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2006/6/28/Flex_Logging_Framework#comment-3721</guid>
		<description>Hey, 
I am wondering if there is some sort of logging mechanism that I could use to log messages/errors from a Flex application. I would like the log to be created on the server. 
  
It would be great if there is something like Log4J in Flex. 
 
Thanks, 
Shweta </description>
		<content:encoded><![CDATA[<p>Hey,<br />
I am wondering if there is some sort of logging mechanism that I could use to log messages/errors from a Flex application. I would like the log to be created on the server. </p>
<p>It would be great if there is something like Log4J in Flex. </p>
<p>Thanks,<br />
Shweta </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log w/ SharedObject</title>
		<link>http://johnwilker.com/2006/11/Flex_Logging_Framework/comment-page-1/#comment-2033</link>
		<dc:creator>Log w/ SharedObject</dc:creator>
		<pubDate>Tue, 11 Aug 2009 15:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2006/6/28/Flex_Logging_Framework#comment-2033</guid>
		<description>[...] Having your app keep a detailed log can be indispensable for figuring out tricky user-reported bugs. This is easy on the server-side, where you can use any logging framework or just write to a file. Flash includes the trace function, which is useful while developing, but nearly impossible to get from an end-user. Flex, however, has a good logging api that lets you put log statements anywhere you want. I&#8217;ve always wanted the interface to be as easy as trace, so I write a couple of scripts to make it easier. [...] </description>
		<content:encoded><![CDATA[<p>[...] Having your app keep a detailed log can be indispensable for figuring out tricky user-reported bugs. This is easy on the server-side, where you can use any logging framework or just write to a file. Flash includes the trace function, which is useful while developing, but nearly impossible to get from an end-user. Flex, however, has a good logging api that lets you put log statements anywhere you want. I&rsquo;ve always wanted the interface to be as easy as trace, so I write a couple of scripts to make it easier. [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nedu</title>
		<link>http://johnwilker.com/2006/11/Flex_Logging_Framework/comment-page-1/#comment-948</link>
		<dc:creator>Nedu</dc:creator>
		<pubDate>Mon, 08 Dec 2008 06:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2006/6/28/Flex_Logging_Framework#comment-948</guid>
		<description>Hi jwilker, 
I too have a problem in  logging message to a .txt  file.In the above example u have called webservice as a target. But I need to log messages at client side.( since,I&#039;l be using different types of servers to host my app).Is there a feature in logging framework of flex  that i can create a log file in my project itself(locally like log4j in java where u&#039;l be giving the path of the file to create). 
 
  
 
). 
 
 
 
 
 
 
 
 
 
 
 
  
 </description>
		<content:encoded><![CDATA[<p>Hi jwilker,<br />
I too have a problem in  logging message to a .txt  file.In the above example u have called webservice as a target. But I need to log messages at client side.( since,I&#039;l be using different types of servers to host my app).Is there a feature in logging framework of flex  that i can create a log file in my project itself(locally like log4j in java where u&#039;l be giving the path of the file to create). </p>
<p>). </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwilker</title>
		<link>http://johnwilker.com/2006/11/Flex_Logging_Framework/comment-page-1/#comment-949</link>
		<dc:creator>jwilker</dc:creator>
		<pubDate>Mon, 08 Dec 2008 02:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2006/6/28/Flex_Logging_Framework#comment-949</guid>
		<description>@Nedu 
 
I believe I remember reading that you could store the log data in a Shared Object. I&#039;m not sure Flash player has permission to create txt files on the host computer, I think it&#039;s only Shared Objects. Wouldn&#039;t you want your log on the server though? Vs the client&#039;s computer, where you have no access to it? </description>
		<content:encoded><![CDATA[<p>@Nedu </p>
<p>I believe I remember reading that you could store the log data in a Shared Object. I&#039;m not sure Flash player has permission to create txt files on the host computer, I think it&#039;s only Shared Objects. Wouldn&#039;t you want your log on the server though? Vs the client&#039;s computer, where you have no access to it? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lalit</title>
		<link>http://johnwilker.com/2006/11/Flex_Logging_Framework/comment-page-1/#comment-943</link>
		<dc:creator>Lalit</dc:creator>
		<pubDate>Sat, 06 Dec 2008 09:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2006/6/28/Flex_Logging_Framework#comment-943</guid>
		<description>Hi, 
You showed the log messages in output.txt but u din&#039;t  explain about how to configure such text files in flex project so that we 
can log the log messages in to it .If u can specify that method then ur blog will be more useful  to the beginners like me. </description>
		<content:encoded><![CDATA[<p>Hi,<br />
You showed the log messages in output.txt but u din&#039;t  explain about how to configure such text files in flex project so that we<br />
can log the log messages in to it .If u can specify that method then ur blog will be more useful  to the beginners like me. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwilker</title>
		<link>http://johnwilker.com/2006/11/Flex_Logging_Framework/comment-page-1/#comment-944</link>
		<dc:creator>jwilker</dc:creator>
		<pubDate>Sat, 06 Dec 2008 03:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2006/6/28/Flex_Logging_Framework#comment-944</guid>
		<description>@lalit, I&#039;m not sure what you mean by log the log messages. If they&#039;re writing to a text file, you could use that. Or do you mean write into the Fash log file? </description>
		<content:encoded><![CDATA[<p>@lalit, I&#039;m not sure what you mean by log the log messages. If they&#039;re writing to a text file, you could use that. Or do you mean write into the Fash log file? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://johnwilker.com/2006/11/Flex_Logging_Framework/comment-page-1/#comment-425</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Wed, 01 Nov 2006 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2006/6/28/Flex_Logging_Framework#comment-425</guid>
		<description>John Grden was working on a AS3 library to use the XRay (&lt;a href=&quot;http://osflash.org/xray),&quot; rel=&quot;nofollow&quot;&gt;http://osflash.org/xray), &lt;/a&gt;not sure where he left off. </description>
		<content:encoded><![CDATA[<p>John Grden was working on a AS3 library to use the XRay (<a href="http://osflash.org/xray)," rel="nofollow"></a><a href="http://osflash.org/xray" rel="nofollow">http://osflash.org/xray</a>), not sure where he left off. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

