www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Pantheios 1.0.1 (beta 145) released

reply Matthew Wilson <no-one nowhere.no.com> writes:
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.

Pantheios supports logging of message statements of arbitrary complexity,
consisting of heterogeneous 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), Windows debugger, Windows event log, COM
Error Object, Speech, 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.

Pantheios is completely free and includes source released under a BSD-style
license. Commercial customisations (of front-/back-ends
are provided by Synesis Software Pty Ltd; http://synesis.com.au/contact.html)

Release 1.0.1 beta 145 incorporates:
 * fixed bug in be.fprintf introduced in 1.0.1 beta 144
 * cleanup in the comment headers for a large number of source files, in
preparation for final non-beta release

Note: this release of Pantheios requires STLSoft 1.9.45, or later. Download
from http://stlsoft.org/

Download from: http://sourceforge.net/project/showfiles.php?group_id=141831&package_id=155759

Discuss at: http://sourceforge.net/forum/forum.php?forum_id=475313

Pantheios website: http://pantheios.org/
Jul 31 2008
parent "Bruce Adams" <tortoise_74 yeah.who.co.uk> writes:
On Fri, 01 Aug 2008 02:11:37 +0100, Matthew Wilson <no-one nowhere.no.com>  
wrote:
[snipzilla]
 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.

 Pantheios supports filtering of log messages based on severity level  
 including (but not limited to) the eight levels defined by the
 SysLog protocol.
Does it support filtering by: a) relevant language? b) whether the newsgroup is an announce newsgroup? (Yes, I just woke up grumpy) -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Aug 01 2008