> 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.
