Log is there only because we wanted a way to ship a MooTools plugin with a way to send a message to developers - JSONP being an example (because otherwise you have no idea it's sending; firebug doesn't show it - well, I guess it does in the network view... but not in the console).
I use dbug.js for all my stuff. Write your own, use someone else's, whatever. On Thu, Apr 15, 2010 at 9:12 AM, Dimitar Christoff <[email protected]>wrote: > > Didn't find the log levels support in Log implementation. > > E.g.: > > * log.info > > * log.warn > > * log.error > > * log.fatal > > > > Are you planning to implement this in future versions of More? > > just write your own wrapper - unless you use it as a mixin for classes. > here's what I ended up doing as a normal singleton: > http://fragged.org/tag/firebug > -- > Dimitar Christoff <[email protected]> - http://fragged.org/ > > > > -- > To unsubscribe, reply using "remove me" as the subject. >
