Thread: Question about log4cpp

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    7

    Question about log4cpp

    Hi,

    I'm working on an independent game project and I was wondering about using log4cpp for tracing and debugging in this game.

    http://log4cpp.sourceforge.net/

    Do you think that this is a well suited library for game programming?

    Is there any other better approach for logging and tracing than using log4cpp?

  2. #2
    Banned
    Join Date
    May 2008
    Location
    Four Dots Planet
    Posts
    72
    Quote Originally Posted by schifers View Post
    I'm working on an independent game project and I was wondering about using log4cpp for tracing and debugging in this game.
    nice.

    Do you think that this is a well suited library for game programming?
    i do no think so.
    Is there any other better approach for logging and tracing than using log4cpp?
    best bet would we some Dx based game engine plus some cool gizmos to help you map real motions real shadows real colors and plus a nice music team plus a highly imaginative graphics designer.

    /* or for plain simple games just scanf() and printf() plus some imagination */

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM