Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 604 Bytes

README.asciidoc

File metadata and controls

22 lines (14 loc) · 604 Bytes

pixeldroid log-as3 package

Provides a light-weight, top-level (no import) alternative to trace(), with an SLF4J style API.

Status

alpha

Installation

Compile-time

Add the swc(s) to your mxmlc library path

Run-time

Add the swf(s) to your application directory (./)

Usage

log(this, "log message for {0} from {1}", "you", "as3-log");