The Artima Developer Community
Sponsored Link

C++ Community News Forum
Pantheios 1.0.1 full release approaching; beta 17 just released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Matthew Wilson

Posts: 145
Nickname: bigboy
Registered: Jun, 2004

Pantheios 1.0.1 full release approaching; beta 17 just released Posted: Dec 20, 2006 11:17 AM
Reply to this message Reply
Summary
Pantheios is an Open Source C/C++ Logging API library, offering an optimal combination of 100% type-safety, efficiency, genericity and extensibility. It is simple to use and extend, highly-portable (platform and compiler-independent) and, best of all, it upholds the C tradition of you only pay for what you use.
Advertisement
Pantheios supports logging of message statements of arbitrary complexity, consisting of heterogenous types.

Pantheios supports filtering of log messages based on severity level including (but not limited to) the eight levels defined by the SysLog protocol.

Pantheios supports back-end output, individually and in combination, to stderr/stdout, SysLog (including a custom implementation of the SysLog protocol for Windows), Win32 debugger, Win32 event log, COM Error Object, or any custom back-end extension you care to write. Importantly, Pantheios is readily extended to use the existing transport mechanisms of feature-rich logging libraries such as ACE, log4cpp, log4cplus, log4cxx.

Pantheios does not contain any compiler-specific or platform-specific constructs. It supports UNIX (including Linux and Mac OS-X), and Windows, and should work with any operating system. It is known to be compatible with Borland (5.5.1+), Comeau (4.3.3+), Digital Mars (8.45+), GCC (3.2+), Intel (6+), Metrowerks (8+), Microsoft Visual C++ (5.0+), and should work with any reasonably modern C++ compiler.

SourceForge.net Logo Pantheios is completely free and includes source released under a BSD-style licence.

Release 1.0.1 beta 17 incorporates refactoring of back-end functionality into a common Context class, which may be used to implement arbitrary back-ends.

Download from:
http://sourceforge.net/project/showfiles.php?group_id=141831&package_id=155759&release_id=472655
Discuss at:
http://sourceforge.net/forum/forum.php?forum_id=475313

Topic: More Trouble with Programming Previous Topic   Next Topic Topic: The Problem with Programming

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use