Hey guys & girls,First time open sourcing something for the node community. Hope some find it useful. You can get it here:https://github.com/Hubify/node-mule, or here;npm install mule
--
--
>> > For more options, visit this group at
>> > http://groups.google.com/group/nodejs?hl=en?hl=en
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com
> To unsubscribe from this group, send email to
On Tue, Aug 7, 2012 at 9:54 AM, Matt <hel...@gmail.com> wrote:The thing is, what is the purpose of console.log? It is a "log"
> I prefer if you at least have a level of indirection away from console.log,
> so that I can override it (or pass in a "log" function to a constructor of
> some sort) without having to stomp on console.log.
function after all. If I want to write data to stdout, I use
process.stdout.write(). If I want to log something to the console, I
use console.log. In vfs-child where I use stdout as a data channel, I
redirect console.log to stderr and all code continues working as
expected.
Matt, David,
Ignore what I said about how I use console.log, but what do you think
about TJ's debug library? To me it seems to solve your problems in a
really elegant way.
For more options, visit this group at
--Job Board: http://jobs.nodejs.org/Posting guidelines:You received this message because you are subscribed to the GoogleGroups "nodejs" group.To post to this group, send email to nod...@googlegroups.comTo unsubscribe from this group, send email to
For more options, visit this group at
--Job Board: http://jobs.nodejs.org/Posting guidelines:You received this message because you are subscribed to the GoogleGroups "nodejs" group.To post to this group, send email to nod...@googlegroups.comTo unsubscribe from this group, send email to
For more options, visit this group at
--Job Board: http://jobs.nodejs.org/Posting guidelines:You received this message because you are subscribed to the GoogleGroups "nodejs" group.To post to this group, send email to nod...@googlegroups.comTo unsubscribe from this group, send email to
For more options, visit this group at
--Job Board: http://jobs.nodejs.org/Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-GuidelinesYou received this message because you are subscribed to the GoogleGroups "nodejs" group.To post to this group, send email to nod...@googlegroups.comTo unsubscribe from this group, send email to