Logging Framework for AIR

Hi All,
I am looking for some good logging framework for both AIR and
RIA application. I am new to flex so hoping some links from the
forum people. It would be nice if you guys can provide any link for
that framework where i can seee the example of how to use the
logging in AIR and RIA.
Thanks in advance
~hStrong

Not so much a framework, but I have a logging class I use for
debugging purposes in my Ajax AIR app. It's written in javascript,
but I'm sure that you could rewrite it for flash or flex if you
needed to.
http://www.ear-fung.us/apps/airlogger/
you just include the JS file I have posted on my site and log
to the file using log.write("message here");
It'll put a log file on your desktop with all sorts of debug
related goodness.

Similar Messages

  • ORM framework for AIR

    Christophe Conraets desribes
    in
    his blog a nice solution to map objects to a relational
    database, say SQLite. In
    another
    article Christophe develops based on this concept a simple
    contact management solution.
    Christophe uses Flex' annotation drive the ORM process: Based
    on annotations in Flex source, the ORM transparently creates an
    adequate SQLite DB and all CRUD operations for this database.
    While his approach is nice, I'd prefer to use a complete a
    complete ORM framework, which provides more features.
    A quick Google search failed. Does anybody know of a Flexbase
    ORM?
    Please note, that I don't try to communicate with a server.
    In fact, I'd like to save networks of objects to a local store,
    e.g. SQLite or XML.

    Here are the ORMs that I have found so far. None seem to have a dedicated following, and all seem to lack documentation.
    http://flexorm.riaforge.org/
    http://code.google.com/p/airorm/
    http://code.google.com/p/air-activerecord/
    I would love to see an ORM solution that has a more active following and that is being actively maintained. Unfortunately I lack the experience and knowledge, not to mention time, to set one up myself and maintain it on an ongoing basis.
    There seems to be some hubbub around http://www.matsiya-technology.com/introducing-sofa-an-adobe-air-orm-for-sqlite/#comments, but not sure if this project died or not. There don't seem to be any links to anything implementable.
    What other ORMs do people use for AIR? I haven't been able to find much of anything else. (Using an ORM for FLEX is a bit redundant, as most of the times the data will come from mysql and will be handled by PHP first, then transferred as RemoteObjects, althought I would think it is possible to build FLEX apps that stand on their own.)
    ~Mike

  • Logging framework for ADF

    Hie
    For my ADF app what are the options provided by Oracle to do the logging to be able to debug production env later?
    Vik

    Hi,
    I suppose you'll use one of the static ADFLogger.createADFLogger(...) methods, e.g. createADFLogger(java.lang.Class c) that seems very comparable to the common log4j practice.
    In addition to logger.log(...), common methods like logger.severe(), logger.fine() etc. are available. Note that not debug, but three levels of fine (fine, finer, finest) are available
    But off course, you can use any logging framework like log4j or java util logging.
    Ciao
    Aino

  • For Update framework of AIR Application,I want preserve databases value when i update lates download

    for Update framework of AIR Application, I want preserve databases when i update lates download ,Right now when i ta
    ke latest from server it will remove my database  value and i i want ot preserve my database value.
    Please any one can guide me in this?

    Ya it is in Application directory...
    in windows  :: D:\FlexWorkSpaceSVN\YSIPrototype\bin-debug\data\YSIDB.db
    Thanks
    Sunil

  • Native Extension for AIR publishing error : framework not found

    Hello,
    I'm trying to build an iOS app using native extensions for AIR, but when I publish, I've an error message saying : framework not found
    I tried with this ANE for GameCenter integration : https://github.com/StickSports/ANE-Game-Center
    it says " ld: framework not found GameKit "
    Same problem with GREE Platform SDK for AIR :
    https://docs.developer.gree.net/en/globaltechnicalspecs/#sdkforair
    it says " ld: framework not found CoreTelephony "
    The thing is that these frameworks are already included, I guess.
    I'm using flash cs6 on mac, and I've included the path to iOS SDK in the publishing settings.

    Are you using the ANE from there or are you recompiling the ANE at your end?
    If you are recompiling, please make sure that you are using the platform.xml file they have provided.
    If you are using their precompiled ANEs, probably, the path to iOS SDK is not correct. It should be upto the folder iPhoneOSx.y.sdk.

  • A New Logging & Tracing Framework for XI.

    Hello all:
    There is a new weblog out there which may be helpful:
    <a href="/people/amjad-ali.khoja/blog/2005/12/16/slaw-a-new-logging-tracing-framework-for-xi, a New Logging & Tracing Framework for XI.</a>
    Please feel free to post any questions/comments/input in the weblog. Thanks!

    Hi Amjad ,
    You have written that we need util.jar for SLAW. if I am right this jar contains the code that we developed for wrapper. Can't we different name to our jar? There is an other util.jar available with XI installation.
    Ranjeet Singh.

  • [svn:fx-4.x] 14727: Add missing selectors for air in MXFTEText.css.

    Revision: 14727
    Revision: 14727
    Author:   [email protected]
    Date:     2010-03-12 06:36:58 -0800 (Fri, 12 Mar 2010)
    Log Message:
    Add missing selectors for air in MXFTEText.css.   layoutDirection=rtl didn?\226?\128?\153t work in WindowedApplication if the width wasn?\226?\128?\153t explicitly set. WindowedApplication was using the internal _width variable in UIComponent rather than the setter so the mirroring transformation was being applied with a width of 0 ?\226?\128?\147 hence a blank screen.
    QE notes:
    Doc notes: None
    Bugs: SDK-25829, SDK-25735
    Reviewed By: Jason
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25829
        http://bugs.adobe.com/jira/browse/SDK-25735
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/branches/4.x/frameworks/projects/spark/MXFTEText.css

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [svn:osmf:] 11403: Fix 10. 1 compilation condition to be false for AIR-based unit tests.

    Revision: 11403
    Author:   [email protected]
    Date:     2009-11-03 08:57:18 -0800 (Tue, 03 Nov 2009)
    Log Message:
    Fix 10.1 compilation condition to be false for AIR-based unit tests.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties

    Revision: 11403
    Author:   [email protected]
    Date:     2009-11-03 08:57:18 -0800 (Tue, 03 Nov 2009)
    Log Message:
    Fix 10.1 compilation condition to be false for AIR-based unit tests.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties

  • [svn:fx-trunk] 13276: Min/ Max size fixes for AIR Window and WindowedApplication.

    Revision: 13276
    Revision: 13276
    Author:   [email protected]
    Date:     2010-01-05 07:18:31 -0800 (Tue, 05 Jan 2010)
    Log Message:
    Min/Max size fixes for AIR Window and WindowedApplication.
    AIR won?\226?\128?\153t allow you to set the min width greater than the current max width (same is true for height). You also can?\226?\128?\153t set the max width less than the current min width (same is true for height). The code that sets nativeWindow.minSize and nativeWindow.maxSize has been modified to take this into account.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-24566
    Reviewer: Corey
    Tests run: checkintests, apollo/spark/components/Window.as, apollo/spark/components/WindowedApplication.as, apollo/Window, apollo/WindowedApplication
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24566
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as

    THank you , Nancy. Appreciate the input.
    So instead of this:
    <a class="brand" href="index.html"><img src="../img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    Would it be something like this?:
    <a class="brand" href="index.html"><img src="http://ConsumersAdvocate/img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    And if I do that, is there a way to cope with that locally so that DW can still display the images?
    jeff

  • Source Code Editor Framework for Flex

    Dear Flex Forum members:
    As a Flex newbie a quite important question in relation to the "Flex frameworks world" still remains to me, even after some google search sessions:
    Does there exist any (preferably free) Flex framework or Flex component covering the functionality of a source code editor with syntax highlighting and syntax checking? -- Anything comparable to the Editor Framework within the Eclipse RCP (Rich Client Platform) or even to the Eclipse GEF (Graphical Editor Framework)?
    The background is as follows (and as described in more detail in my first post to this forum):
    An Online Shop Management Component shall offer the ShopManager to specify the products and offers in some declarative way and after a pre-defined grammar in place. The application frontend must be realized in Flex, and that's the reason why I'm now searching for:
    some kind of textual or graphical editor framework for realizing the Shop Manager's editor which shall support him/her in creating shop specifications/configurations in a grammar-conforming way through syntax color highlighting and syntax checking (error feedback), and
    this editor framework being intended for Flex (i.e., being a flex framework)
    In some way, much of the editing/modeling functionality is identical to the one offered by Flex Builder (Eclipse application), but in my case this functionality must be exposed as web application (Flex component running on the browser).
    Aps., would it also be possible to realize the Shop Management Component as AIR app, distribute it through a web page and run it locally on the Shop Managers client desktop???
    Which products/frameworks do you know for accomplishing this task?
    Thank you very much for any help.
    Best regards
    Alessandro

    Since people complain about Flex's basic rich text editor (which is a basic building block of the kind of framework you're discussing), I doub't you'll find what you need out of the box anywhere...

  • [svn] 3401: don't include frameworks/projects/air/ ApplicationUpdater directory in the package.

    Revision: 3401
    Author: [email protected]
    Date: 2008-09-29 10:54:59 -0700 (Mon, 29 Sep 2008)
    Log Message:
    don't include frameworks/projects/air/ApplicationUpdater directory in the package.
    -trying to reduce bloat the package has incurred
    Modified Paths:
    flex/sdk/trunk/build.xml

    This is only an option on iOS, because IPA structure keeps icons in the "root" of the application. Even then, I shouldn't have to manually overwrite the filenames when the ADT command already knows their correct names and location within the package.
    But on Adroid, this is impossible, because the icons in the APK structure are outside of the "root" of the application. And ADT command does not let me add files outside of the application root.

  • Integration of Commons Logging framework with Weblogic

    Hi,
    We are trying to use Apache commons logging framework and trying to publish log mesages in Weblogic so that messages can be seen through console and all the Logging configurations can be managed from Admin console. I tried using the below steps:
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/logging/config_logs.html#using_commons
    But these does not seems to be working for User defined handlers. I am able to see the logs in the default odl-handler file but not able to log the messages through the handlers defined by me.
    Can anyone help me on this.
    Regards,
    Anuj

    Hi,
    We are able to see reports through Workspace. We are facing problem after
    integrating Hyperion Interactive Reporting with Weblogic Portal. we are able to see the sections like Query,Report,Results but we are not able to see the content after selecting any one of the section mentioned above.
    System Configuration:
    Hyperion Interactive Reporting 9.3.1
    App Server: Weblogic server 9.2
    Web Server: Apache 2.0.52
    Database: Oracle 9.0.1.
    Operating System: Windows 2003 with SP1
    Browser: I.E 6.0
    With Workspace everything is working fine. After Integration we are facing problem.
    Regards,
    S.Suresh.

  • [svn] 4235: Fix for - Links and type information missing for air.update. event events in @event listings

    Revision: 4235
    Author: [email protected]
    Date: 2008-12-04 13:02:39 -0800 (Thu, 04 Dec 2008)
    Log Message:
    Fix for - Links and type information missing for air.update.event events in @event listings
    Also adding support for multiple @event for a method.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18319
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18319
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Hi All,
    I have sorted out the problem and this is fixed now.
    Regards,
    Ajay Kunde

  • Java tools and frameworks for BEA WL6.1

    Hi,
    Are there any additional developer frameworks that ship
    with BEA WL 6.1 Enterprise Server? For example, are
    there frameworks for handling logging, performing
    exception handling etc.?
    Thanks.
    Andy

    No even if I don't add anything it doesn't uninstall bea home. It
    leaves it and apparrently any associated bea home directory registry
    entries. As to the second problem, I will try increasing my java heap
    size. I don't think that I have tried that yet, but the brain isn't
    as sharp as it was....
    Thanks,
    g888
    Michael Young <[email protected]> wrote in message news:<[email protected]>...
    Hi.
    The installation keeps track of all files installed. When you uninstall
    it only removes files from the original installation that are not in use.
    If you have new files (like log files or application files) uninstalling
    won't remove them. This is probably what you are seeing. You will have
    to remove these files manually after the uninstall.
    I haven't tried editing the registry lately, but it looks like the bea
    home list is kept in HKEY_LOCALMACHINE\SOFTWARE\Bea Systems\BEAHOMELIST
    I don't know that deleting this will gain you anything.
    As for your OutOfMemory exceptions, did you try increasing your java heap?
    Hope this helps,
    Michael
    g888 wrote:
    I tried installing WL6.1 SP2. I then tried applying or isv.jar and
    keep getting OutOfMemory exception errors. So I decided I would
    uninstall it and retry. The only problem is that the uninstall
    doesn't really uninstall everything. It leaves the bea home directory
    and apparrently some other things. It never asks me anymore for what
    options I want to install and it seems to remember all of the
    directories that I had tried it in. I tried deleting some bea keys
    from the registry but it doesn't want to go away. I'm on NT SP6. I
    would like to remove all evidence of the previous install. (Just as
    FYI, I've rebooted, deleted files, I have a ton of drive space and
    memory, and a decent development machine....)
    ANYONE HAVE ANY IDEA...PLEASE?!
    Thanks,
    g888

  • Unable to log into Telstra Air App

    I cant access the Air App. I do have an eligible modem, have registered for air and downloaded the android app. But it keeps telling me my email or password is wrong when i try logging in via the phone app. I have logged on with my telstra account username and password, as well as my full telstra email and password and lastly as my username with .telstra.com and password. I have even reset my password under my account and also within the telstra "my account" under the telstra air username and password settings. I have spoken to Telstra Tech Support who couldnt figure it out, so they escalated the matter. I recieved a phone call a few hours later which the person disconnected me. Havent heard back since.  Does anyone know how to fix this or have this problem? 

    Hello Anand,
    To troubleshoot your problem, follow the steps below:
    1. Delete the file -  Macintosh HD/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    2. Restart OS X
    3. Try logging into Mac App Store again.
    All the best !

Maybe you are looking for

  • Data warehousing

    We are beginning the process of building a data warehouse with selected data from Oracle Financials (GL, AP, AR, and PO). We have a rough idea of what the OA data mart will look like, but there are a lot of questions. Would anyone be willing to share

  • External task - prepare method - decode-encode

    In the prepare method, I write code refer to thread: How to invoke a java application in the middle of the process Using Papi to operate with process How to invoke a java application in the middle of the process If the error is caused by decoding and

  • RPM package issue while installing SOA on Linux - OIM 11gR2 PS1

    Hi All,      While installing SOA on linux machine. I am facing issue with kernel properties in Prerequisite section. So i tried to run rpm package : " libaio-devel-0.3.106-3.2.i386.rpm " on my machine, through command : rpm - ivh libaio-devel-0.3.10

  • Movie mansion app won't stay open

    I've used Movie Mansion App for alon time, but now when i open it it closes right away. It just won't stay open to use it. Can any body help me?

  • How to close a session when user clicks Logout

    In my jsp page i create a session for every user's name. when particular user clicks logut without closing his personal page, the others can access his page. so, how to close a session when clicks logout link.? similarly when user gets signin one sys