diasbruno / as3logger

AS3 Logger.

Home Page:http://diasbruno.github.com/as3logger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update

as3logger will change the way it works...

We are working on a new feature called Margarita. It's a mac app with a clean UI for debug actionscript/mxml/fla based applications.

as3logger will communicate with Margarita and will have all specifications about it, so you can create your own logger to connect with it.

VERSION 0.1 =)

Just sent us an e-mail, if you like this solution and/or want to contribute. hello@wemakegoodworks.com =)

How to use

Main project file: Logger.config(stage);

Then, Logger.log(String); # Normal log Logger.log(Error, "error"); # Log an Error Logger.log(String, "warning"); # Log an Warning

License

This project is under the MIT License.

Copyright (c) 2011 GoodWork! Interactive.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

AS3 Logger.

http://diasbruno.github.com/as3logger/


Languages

Language:JavaScript 72.4%Language:ActionScript 27.6%