<?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: AIR Logging Framework</title>
	<atom:link href="http://www.daveoncode.com/air-logging-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com</link>
	<description>coder and technology lover</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:37:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Iggy</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-5168</link>
		<dc:creator>Iggy</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-5168</guid>
		<description>have the same problem like Michel...

RangeError: Error #1125: The index 1 is out of range 1.
	at com.daveoncode.logging.io::DataLoader/textToObject()[C:\Documents and Settings\dzanotti\My Documents\Flex Builder 3\doc_logging_framework\src\com\daveoncode\logging\io\DataLoader.as:61]
	at com.daveoncode.logging.io::DataLoader/timerHandler()[C:\Documents and Settings\dzanotti\My Documents\Flex Builder 3\doc_logging_framework\src\com\daveoncode\logging\io\DataLoader.as:95]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at flash.utils::Timer/tick()

could you publish your code of the swc/ code of the LogAppSample? would be really nice...I want to use your logging framework.

Cheers,
Iggy</description>
		<content:encoded><![CDATA[<p>have the same problem like Michel&#8230;</p>
<p>RangeError: Error #1125: The index 1 is out of range 1.<br />
	at com.daveoncode.logging.io::DataLoader/textToObject()[C:\Documents and Settings\dzanotti\My Documents\Flex Builder 3\doc_logging_framework\src\com\daveoncode\logging\io\DataLoader.as:61]<br />
	at com.daveoncode.logging.io::DataLoader/timerHandler()[C:\Documents and Settings\dzanotti\My Documents\Flex Builder 3\doc_logging_framework\src\com\daveoncode\logging\io\DataLoader.as:95]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at flash.utils::Timer/tick()</p>
<p>could you publish your code of the swc/ code of the LogAppSample? would be really nice&#8230;I want to use your logging framework.</p>
<p>Cheers,<br />
Iggy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-3697</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Sun, 15 Nov 2009 21:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-3697</guid>
		<description>Hi,
1) i don&#039;t talk about File API but about your LogWindow API.
lw.logFile is referenced in your API help, but it doesn&#039;t appear when using your object and self completion (&quot;lw.&quot; doesn&#039;t show this method).
So how do you tell the logwindow where to read log file ?

2) I found it , thanks
it was:
var mylog:ILogger = Log.getLogger(&quot;com.a7.ged.GED&quot;);
if (Log.isDebug())
  mylog.debug(&quot;coucou&quot;);


Michel</description>
		<content:encoded><![CDATA[<p>Hi,<br />
1) i don&#8217;t talk about File API but about your LogWindow API.<br />
lw.logFile is referenced in your API help, but it doesn&#8217;t appear when using your object and self completion (&#8220;lw.&#8221; doesn&#8217;t show this method).<br />
So how do you tell the logwindow where to read log file ?</p>
<p>2) I found it , thanks<br />
it was:<br />
var mylog:ILogger = Log.getLogger(&#8220;com.a7.ged.GED&#8221;);<br />
if (Log.isDebug())<br />
  mylog.debug(&#8220;coucou&#8221;);</p>
<p>Michel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Zanotti</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-3674</link>
		<dc:creator>Davide Zanotti</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-3674</guid>
		<description>@Michel: the method exists, read here:

http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html

To log your message, read how the default Flex logging framework works (see 
mx.logging package), then use a LogFileTarget (provided by my extension). 
Unfortunately, I&#039;m loosing my Flex skills, because I&#039;m not using it anymore and I 
can&#039;t help be so helpful :(</description>
		<content:encoded><![CDATA[<p>@Michel: the method exists, read here:</p>
<p><a href="http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html" rel="nofollow">http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html</a></p>
<p>To log your message, read how the default Flex logging framework works (see<br />
mx.logging package), then use a LogFileTarget (provided by my extension).<br />
Unfortunately, I&#8217;m loosing my Flex skills, because I&#8217;m not using it anymore and I<br />
can&#8217;t help be so helpful :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-3672</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Fri, 13 Nov 2009 14:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-3672</guid>
		<description>Hello,

1) when i try to use LogWindow as in your example, i got following error on opening.

RangeError: Error #1125: The index 1 is out of range 1.
	at com.daveoncode.logging.io::DataLoader/textToObject()[C:\Documents and Settings\dzanotti\My Documents\Flex Builder 3\doc_logging_framework\src\com\daveoncode\logging\io\DataLoader.as:61]
	at com.daveoncode.logging.io::DataLoader/timerHandler()[C:\Documents and Settings\dzanotti\My Documents\Flex Builder 3\doc_logging_framework\src\com\daveoncode\logging\io\DataLoader.as:95]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at flash.utils::Timer/tick()

I guess it is because it doesn&#039;t know where log info are ?

From your API doc, you wrote : 

var lw:LogWindow = new LogWindow();
lw.logFile = File.applicationStorageDirectory.resolvePath(&quot;myApp.log&quot;);

but this method doesn&#039;t seeem to exist.
Did you publish your sample application code so i get a working example ?

2) How can I log my own message 
i tried something like : target.logEvent(new LogEvent(&quot;hello world &quot;, LogEventLevel.FATAL)); 
but it doesn&#039;t seem the right way

thanks
Michel</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>1) when i try to use LogWindow as in your example, i got following error on opening.</p>
<p>RangeError: Error #1125: The index 1 is out of range 1.<br />
	at com.daveoncode.logging.io::DataLoader/textToObject()[C:\Documents and Settings\dzanotti\My Documents\Flex Builder 3\doc_logging_framework\src\com\daveoncode\logging\io\DataLoader.as:61]<br />
	at com.daveoncode.logging.io::DataLoader/timerHandler()[C:\Documents and Settings\dzanotti\My Documents\Flex Builder 3\doc_logging_framework\src\com\daveoncode\logging\io\DataLoader.as:95]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at flash.utils::Timer/tick()</p>
<p>I guess it is because it doesn&#8217;t know where log info are ?</p>
<p>From your API doc, you wrote : </p>
<p>var lw:LogWindow = new LogWindow();<br />
lw.logFile = File.applicationStorageDirectory.resolvePath(&#8220;myApp.log&#8221;);</p>
<p>but this method doesn&#8217;t seeem to exist.<br />
Did you publish your sample application code so i get a working example ?</p>
<p>2) How can I log my own message<br />
i tried something like : target.logEvent(new LogEvent(&#8220;hello world &#8220;, LogEventLevel.FATAL));<br />
but it doesn&#8217;t seem the right way</p>
<p>thanks<br />
Michel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Zanotti</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-3389</link>
		<dc:creator>Davide Zanotti</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-3389</guid>
		<description>You should download the swc from here: http://www.daveoncode.com/_dave_stuff/doc_logging_framework-1.0.zip (at the top of the page I wrote &quot;get the library - The library is available here: doc_logging_framework.swc&quot;)... if you see a lot of files, maybe you have downloaded the example AIR application (not the library) and you don&#039;t have AIR installed on your machine (so LogAppSample.air appears as a folder rather than an executable file), you can get AIR here: http://get.adobe.com/air/ ...I hope I was clear :)</description>
		<content:encoded><![CDATA[<p>You should download the swc from here: <a href="http://www.daveoncode.com/_dave_stuff/doc_logging_framework-1.0.zip" rel="nofollow">http://www.daveoncode.com/_dave_stuff/doc_logging_framework-1.0.zip</a> (at the top of the page I wrote &#8220;get the library &#8211; The library is available here: doc_logging_framework.swc&#8221;)&#8230; if you see a lot of files, maybe you have downloaded the example AIR application (not the library) and you don&#8217;t have AIR installed on your machine (so LogAppSample.air appears as a folder rather than an executable file), you can get AIR here: <a href="http://get.adobe.com/air/" rel="nofollow">http://get.adobe.com/air/</a> &#8230;I hope I was clear :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lars</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-3384</link>
		<dc:creator>lars</dc:creator>
		<pubDate>Wed, 21 Oct 2009 02:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-3384</guid>
		<description>&lt;a href=&quot;#comment-3166&quot; rel=&quot;nofollow&quot;&gt;@Terry&lt;/a&gt; 
Hi Davide,

did you manage to get the .swc file. I can see a lot of files inside the zip file but no .swc.

Thanks,
Lars</description>
		<content:encoded><![CDATA[<p><a href="#comment-3166" rel="nofollow">@Terry</a><br />
Hi Davide,</p>
<p>did you manage to get the .swc file. I can see a lot of files inside the zip file but no .swc.</p>
<p>Thanks,<br />
Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Zanotti</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-3167</link>
		<dc:creator>Davide Zanotti</dc:creator>
		<pubDate>Fri, 02 Oct 2009 14:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-3167</guid>
		<description>The zip file contains only one file: &quot;doc_logging_framework-1.0.swc&quot;... I don&#039;t understand your issue :P</description>
		<content:encoded><![CDATA[<p>The zip file contains only one file: &#8220;doc_logging_framework-1.0.swc&#8221;&#8230; I don&#8217;t understand your issue :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-3166</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Fri, 02 Oct 2009 14:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-3166</guid>
		<description>Davide:

Did you package it as a swc or swf? I didn&#039;t find a swc in the doc_logging_framework-1.0.zip file, which makes it impossible for to use it in my AIR application project.

Thanks,

Terry</description>
		<content:encoded><![CDATA[<p>Davide:</p>
<p>Did you package it as a swc or swf? I didn&#8217;t find a swc in the doc_logging_framework-1.0.zip file, which makes it impossible for to use it in my AIR application project.</p>
<p>Thanks,</p>
<p>Terry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Zanotti</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-2421</link>
		<dc:creator>Davide Zanotti</dc:creator>
		<pubDate>Tue, 07 Jul 2009 19:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-2421</guid>
		<description>You can&#039;t, this is a library for Flex, not Javascript :P</description>
		<content:encoded><![CDATA[<p>You can&#8217;t, this is a library for Flex, not Javascript :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.daveoncode.com/air-logging-framework/comment-page-1/#comment-2418</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 07 Jul 2009 14:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?page_id=404#comment-2418</guid>
		<description>How would you import this to an Air app using Javascript?</description>
		<content:encoded><![CDATA[<p>How would you import this to an Air app using Javascript?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
