Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diasbruno/as3logger
AS3 Logger.
https://github.com/diasbruno/as3logger
Last synced: 9 days ago
JSON representation
AS3 Logger.
- Host: GitHub
- URL: https://github.com/diasbruno/as3logger
- Owner: diasbruno
- Created: 2011-03-26T17:28:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-19T01:15:35.000Z (about 13 years ago)
- Last Synced: 2024-10-07T05:23:16.246Z (30 days ago)
- Language: JavaScript
- Homepage: http://diasbruno.github.com/as3logger/
- Size: 256 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
=)# 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.