digitalmars.D - Pantheios 1.0.1 (beta 193) released
- Matt Wilson (15/15) Mar 04 2010 Pantheios is an open source C/C++ Logging API library, offering an optim...
- Gide Nwawudu (4/19) Mar 04 2010 Does Pantheios have D headers?
- Nick Sabalausky (4/6) Mar 04 2010 Announcements belong in digitalmars.D.announce. Also, this is a D newsgr...
- =?UTF-8?B?572X5YuH5YiaKFlvbmdnYW5nIEx1bykg?= (1/1) Mar 27 2010 That's looks good!
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.6+), Comeau (4.3.3+), Digital Mars (8.45+), GCC (3.4+), Intel (7+), Metrowerks (8+), Microsoft Visual C++ (6.0+), and should work with any reasonably modern C++ compiler. Pantheios is completely free and includes source released under a BSD-style license. Commercial servics, including bespoke customisations, are available by Synesis Software Pty Ltd; http://synesis.com.au/contact.html Pantheios Training is provided by Synesis Software Pty Ltd; details at http://synesis.com.au/training.html Release 1.0.1 beta 195 incorporates: * pantheios::w2m inserter class now accepts arbitrary wide string types (e.g. std::wstring, stlsoft::simple_wstring) * enhanced component test for pantheios::w2m inserter class * NOTE: Now requires STLSoft 1.9.94 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/ Note: this release of Pantheios requires STLSoft 1.9.94, or later; download from http://stlsoft.org/
Mar 04 2010
On Thu, 04 Mar 2010 17:37:55 -0500, Matt Wilson <matthewwilson acm.org> wrote: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.6+), Comeau (4.3.3+), Digital Mars (8.45+), GCC (3.4+), Intel (7+), Metrowerks (8+), Microsoft Visual C++ (6.0+), and should work with any reasonably modern C++ compiler. Pantheios is completely free and includes source released under a BSD-style license. Commercial servics, including bespoke customisations, are available by Synesis Software Pty Ltd; http://synesis.com.au/contact.html Pantheios Training is provided by Synesis Software Pty Ltd; details at http://synesis.com.au/training.html Release 1.0.1 beta 195 incorporates: * pantheios::w2m inserter class now accepts arbitrary wide string types (e.g. std::wstring, stlsoft::simple_wstring) * enhanced component test for pantheios::w2m inserter class * NOTE: Now requires STLSoft 1.9.94 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/ Note: this release of Pantheios requires STLSoft 1.9.94, or later; download from http://stlsoft.org/Does Pantheios have D headers? Gide
Mar 04 2010
"Matt Wilson" <matthewwilson acm.org> wrote in message news:hmpco3$2qlb$1 digitalmars.com...Pantheios is an open source C/C++ Logging API library, offering an optimal combination of 100% type-Announcements belong in digitalmars.D.announce. Also, this is a D newsgroup. Does Pantheios have some sort of D capability?
Mar 04 2010
That's looks good!
Mar 27 2010