Just tried it out.. Works well for Flex projects, but seems to have no
effect on plain AS projects. I know very little about Mixins, but I
On Apr 14, 1:02 pm, Josh McDonald <
j...@joshmcdonald.info> wrote:
> Sure, check this out, I just added it to SVN:
>
>
http://is.gd/skLd
>
> Then to make sure it gets compiled into your app, just reference it
> somewhere like so:
>
> import net.expantra.smartypants.extra.NoSmartyPantsLogging;
> NoSmartyPantsLogging;
>
> It should work for your needs, and also serve as an example if you want to
> use your own logging, or hook into the Flex defaul (I'll add another "extra"
> class for that soon).
>
> -Josh
>