Hi everyone,

Just wanted to share the code of an enhanced Ape.log() function I've been 
using. Here is the Github Gist https://gist.github.com/ptejada/6335187

With the included script, Ape.log( channel ) will now display something 
like this in the console:

----[object channel]----
#1={
  pipe: {},
  users: {
    fd58a90528a3f78f2a94246ed33f2f37: {
      pipe: {},
      channels: {
        music: #1#
      },
      text: "helloworld"
    }
  }
}


The #1= refers to a reference definition, while #1# references the same 
object define by #1=

Cheers,

-- 
-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to