Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Logging debug info into file (Symbian RFileLogger)
Forum Updated to NodeBB v4.3 + New Features

Logging debug info into file (Symbian RFileLogger)

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stenlik
    wrote on last edited by
    #1

    Hi,

    what are you using for debug builds logging into file. In Symbian C++ I was using the RFileLogger (http://wiki.forum.nokia.com/index.php/TSS001127_-_Simple-to-use_macros_for_writing_debug_log_files) class. Is something similar on Qt?

    Thanks for tip
    BR
    STeN

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koshui
      wrote on last edited by
      #2

      Use QDebug and redirect the output to file instead of stdout by writing a custom message handler.
      qDebug() << "A nice way to write " << stuff;

      http://wiki.forum.nokia.com/index.php/How_to_redirect_qDebug_output_to_a_file

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved