<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>中文Flex例子 &#187; FATAL</title>
	<atom:link href="http://blog.minidx.com/tag/fatal/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>一个简单但是非常实用的AIR log类</title>
		<link>http://blog.minidx.com/2008/09/13/1391.html</link>
		<comments>http://blog.minidx.com/2008/09/13/1391.html#comments</comments>
		<pubDate>Sat, 13 Sep 2008 13:04:26 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[ERROR]]></category>
		<category><![CDATA[FATAL]]></category>
		<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/09/13/1391.html</guid>
		<description><![CDATA[在the list of helpful Flex or Flash debug tools中，我们可以找到看到很多非常好用的Flex/Flash调试工具，对于输出INFO, DEBUG, ERROR, FATAL这样不同等级Log当然也都是没有问题，不过对于一些应用来说，可能我们并不需要引入整个调试包。下面是一个非常简单但是却可以满足基本所需要的log调试所需要功能的类，可以方便的使用。下面是代码：








package com.engroup.log
/**
* The custom logger factory of eSoftHead company
*/
public&#160;class LoggerFactory
{
&#160; &#160; private&#160;static var instance:LoggerFactory = new LoggerFactory();
&#160;
&#160; &#160; function&#160;LoggerFactory()
&#160; &#160; {
&#160; &#160; &#160; &#160; if&#160;(instance != null) {
&#160; &#160; &#160; &#160; &#160; &#160; throw&#160;new Error(&#34;The instance Logger already be exist&#34;);
&#160; &#160; &#160; &#160; }
&#160;
&#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/09/13/1391.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/11 queries in 0.007 seconds using disk
Object Caching 154/318 objects using disk

Served from: blog.minidx.com @ 2012-02-09 10:02:27 -->
