<?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: Prototype modification to fvlogger</title>
	<atom:link href="http://coderseye.com/2006/prototype-modification-to-fvlogger.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com/2006/prototype-modification-to-fvlogger.html</link>
	<description>Programming is passion made real</description>
	<lastBuildDate>Fri, 09 Dec 2011 00:27:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://coderseye.com/2006/prototype-modification-to-fvlogger.html#comment-36</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 01 Jul 2006 03:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/prototype-modification-to-fvlogger.html#comment-36</guid>
		<description>Or if you&#039;re an event:Selectors ( http://encytemedia.com/event-selectors/ )kind of guy...

--- logger.js.orig      2006-06-30 22:17:59.000000000 -0500
+++ logger.js   2006-06-30 22:19:57.000000000 -0500
@@ -6,7 +6,7 @@

     Extended by Bruce Kroeze for Invisiblecastle.com
     Wrapped all functionality in &quot;Logger&quot; toplevel var
-    Trimmed some duplicate functionality, requires Prototype &amp; Behaviour library
+    Trimmed some duplicate functionality, requires Prototype &amp; event:Selectors library
 */
 var Logger = {
     // version number
@@ -176,12 +176,12 @@
     },

     showLogger : function () {
-        if (typeof Behaviour == &#039;undefined&#039;) {
-           throw(&quot;ProtoLogger requires the Behaviour Library.&quot;);
+        if (typeof EventSelectors == &#039;undefined&#039;) {
+           throw(&quot;ProtoLogger (e:S version) requires the event:Selectors Library.&quot;);
         }
         else {
             document.write(&#039;Logger&lt;a href=&quot;#&quot; title=&quot;show all&quot; rel=&quot;nofollow&quot;&gt;all&lt;/a&gt;&lt;a href=&quot;#&quot; title=&quot;show trace&quot; rel=&quot;nofollow&quot;&gt;trace&lt;/a&gt;&lt;a href=&quot;#&quot; title=&quot;show debug&quot; rel=&quot;nofollow&quot;&gt;debug&lt;/a&gt;&lt;a href=&quot;#&quot; title=&quot;show info&quot; rel=&quot;nofollow&quot;&gt;info&lt;/a&gt;&lt;a href=&quot;#&quot; title=&quot;show warnings&quot; rel=&quot;nofollow&quot;&gt;warn&lt;/a&gt;&lt;a href=&quot;#&quot; title=&quot;show errors&quot; rel=&quot;nofollow&quot;&gt;error&lt;/a&gt;&lt;a href=&quot;#&quot; title=&quot;show fatals&quot; rel=&quot;nofollow&quot;&gt;fatal&lt;/a&gt;&lt;a href=&quot;#&quot; title=&quot;erase&quot; rel=&quot;nofollow&quot;&gt;erase&lt;/a&gt;&#039;);
-            Behaviour.register(Logger.logrules);
+            EventSelectors.start(Logger.logrules);
         }
     }
 }</description>
		<content:encoded><![CDATA[<p>Or if you&#8217;re an event:Selectors ( <a href="http://encytemedia.com/event-selectors/" rel="nofollow">http://encytemedia.com/event-selectors/</a> )kind of guy&#8230;</p>
<p>&#8212; logger.js.orig      2006-06-30 22:17:59.000000000 -0500<br />
+++ logger.js   2006-06-30 22:19:57.000000000 -0500<br />
@@ -6,7 +6,7 @@</p>
<p>     Extended by Bruce Kroeze for Invisiblecastle.com<br />
     Wrapped all functionality in &#8220;Logger&#8221; toplevel var<br />
-    Trimmed some duplicate functionality, requires Prototype &amp; Behaviour library<br />
+    Trimmed some duplicate functionality, requires Prototype &amp; event:Selectors library<br />
 */<br />
 var Logger = {<br />
     // version number<br />
@@ -176,12 +176,12 @@<br />
     },</p>
<p>     showLogger : function () {<br />
-        if (typeof Behaviour == &#8216;undefined&#8217;) {<br />
-           throw(&#8220;ProtoLogger requires the Behaviour Library.&#8221;);<br />
+        if (typeof EventSelectors == &#8216;undefined&#8217;) {<br />
+           throw(&#8220;ProtoLogger (e:S version) requires the event:Selectors Library.&#8221;);<br />
         }<br />
         else {<br />
             document.write(&#8216;Logger<a href="#" title="show all" rel="nofollow">all</a><a href="#" title="show trace" rel="nofollow">trace</a><a href="#" title="show debug" rel="nofollow">debug</a><a href="#" title="show info" rel="nofollow">info</a><a href="#" title="show warnings" rel="nofollow">warn</a><a href="#" title="show errors" rel="nofollow">error</a><a href="#" title="show fatals" rel="nofollow">fatal</a><a href="#" title="erase" rel="nofollow">erase</a>&#8216;);<br />
-            Behaviour.register(Logger.logrules);<br />
+            EventSelectors.start(Logger.logrules);<br />
         }<br />
     }<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://coderseye.com/2006/prototype-modification-to-fvlogger.html#comment-35</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Thu, 13 Apr 2006 07:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/prototype-modification-to-fvlogger.html#comment-35</guid>
		<description>Be sure to try out jsTracer as well.  On top of logging it provides a stack viewer and allows you to highlight messages, very useful for debugging cross broswer issues in complex script.  It won&#039;t cause slow script warnings even when tracing loads of recursive calls.   It my favorite JavaScript logger at the moment.

http://jstracer.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Be sure to try out jsTracer as well.  On top of logging it provides a stack viewer and allows you to highlight messages, very useful for debugging cross broswer issues in complex script.  It won&#8217;t cause slow script warnings even when tracing loads of recursive calls.   It my favorite JavaScript logger at the moment.</p>
<p><a href="http://jstracer.sourceforge.net/" rel="nofollow">http://jstracer.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

