CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Dec 2004
    Posts
    12

    C++ Logging Lib on VS2005 - Log4CPP or Boost or Pantheios or what

    Hi All,
    I'm lookign for stable, simple, easy to use logging lib and have been exploring Log4CPP , Boost, Pantheios etc...but I'm lost

    I have multithreaded VC++ application and it's using other static libraries as weIl as dynamic and I want all logging to go to one file in the system. So I want to have a logging lib as a separate static lib or DLL so all components would easily integrate. I have been surfing around option like Log4CPP etc but really can't make any decision right now. I would highly appreciate anyones comment.

    thanks.
    Last edited by bs1977; May 29th, 2008 at 04:31 PM.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured