Results 1 to 4 of 4

Thread: Hushing as3commons Reflect

  1. #1
    Join Date
    Feb 2009
    Location
    Cape Town, South Africa
    Posts
    21

    Default Hushing as3commons Reflect

    Howdy,

    How might I suppress the debug logging pumped out by as3commons Reflect (and lang I think) when it inspects a class with non-optional constructor arguments?

    Many thanks!

  2. #2
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    407

    Default check this

    There's some info on that in this post:

    http://forum.springsource.org/showpo...25&postcount=2

    hope that helps,

    Roland

  3. #3
    Join Date
    Feb 2009
    Location
    Cape Town, South Africa
    Posts
    21

    Default i checks'd it

    Hey Roland,

    Thanks for the link. I suppose I really just need to wrap my head around how all those static hooks work - I'm not a fan of statics for configuration btw.

    What if I want to filter out the as3commons-reflect warnings, but don't know if the project I'm in is Flex or plain AS3? Seems silly, yes, twould be for my silly framework

    No urgency though, and thanks for your help (as always).

    Cheers!
    Shaun

  4. #4
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    407

    Default as3common-logging

    Hey Shaun,

    I'm not much of an expert on the as3common-logging library, but besides the FlexLoggerFactory there's also a DefaultLoggerFactory, you can try using that one instead but I can't guarantee it'll work
    Give it a shot I say...

    You can checkout the entire as3common library with at this SVN link if you wanna check the sources:

    http://as3-commons.googlecode.com/svn

    cheers,

    Roland

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •