1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/ground
ephy 541f80aa33 GCS/libqxt: Addition of libqxt (www.libqxt.org) for its logging framework.
Basic usage: qxtLog->info("foo");

    * trace()
    * debug()
    * info()
    * warning()
    * error()
    * critical()
    * fatal()
    * write()

qDebug(), qWarning() etc can also be used. 

     std::cout << "foo" 
and 
     printf("foo") 
should not be used.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@543 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 13:42:34 +00:00
..
bin Build system branding 2010-02-03 23:52:51 +00:00
doc fix case issue 2010-02-01 16:17:22 +00:00
share Basis for Italian translation of the GCS. 2010-02-07 15:10:57 +00:00
src GCS/libqxt: Addition of libqxt (www.libqxt.org) for its logging framework. 2010-04-25 13:42:34 +00:00
openpilotgcs.pri Build system branding 2010-02-03 23:52:51 +00:00
openpilotgcs.pro fix case issue 2010-02-01 16:17:22 +00:00