Results 1 to 2 of 2

Thread: Turn off framework traces

  1. #1
    Join Date
    Oct 2010
    Posts
    5

    Default Turn off framework traces

    Hi everyone,

    Is there a way to disable the trace generated by the framework (I'm using Spring AS 1.0)?
    i.e.
    Code:
    Mon Apr 4 14:38:47 GMT+0200 2011 DEBUG - org.springextensions.actionscript.context.support.XMLApplicationContext - Loading object definitions
    Mon Apr 4 14:38:47 GMT+0200 2011 INFO - org.springextensions.actionscript.context.support.XMLApplicationContext - Loading XML object definitions from [appContext.xml]
    Mon Apr 4 14:38:47 GMT+0200 2011 DEBUG - org.springextensions.actionscript.context.support.AbstractApplicationContext - No IObjectFactoryResourceLoader found.
    Mon Apr 4 14:38:47 GMT+0200 2011 DEBUG - org.springextensions.actionscript.context.support.AbstractApplicationContext - Done loading resources.
    Playing with the filters don't seems to work.

    Thanks for your help,
    G

  2. #2
    Join Date
    Feb 2011
    Location
    Milan
    Posts
    7

    Default

    download
    as3commons-logging-2.0.swc from

    http://www.as3commons.org/as3-common...ing/index.html



    and paste this code before you instantiate applicationContext

    LOGGER_FACTORY.setup=null;

Posting Permissions

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