Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhoffmann/as_external_logger
Simple logging facility to enable javascript console logging from actionscript
https://github.com/nhoffmann/as_external_logger
Last synced: 3 months ago
JSON representation
Simple logging facility to enable javascript console logging from actionscript
- Host: GitHub
- URL: https://github.com/nhoffmann/as_external_logger
- Owner: nhoffmann
- Archived: true
- Created: 2011-12-12T16:41:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-14T13:35:46.000Z (almost 13 years ago)
- Last Synced: 2024-07-29T01:19:53.693Z (3 months ago)
- Language: ActionScript
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - as_external_logger - Simple logging facility to enable javascript console logging from actionscript (Frameworks / Logger Framework)
README
ActionScript External Logger
============================A logging facility that enables you to write real log statements in ActionScript code.
This is done by simply piping to `console.log` with some additional formatting. At the moment it
is not very configurable. This might change in the future.as_external_logger is freely distributable under the terms of the MIT license.