*** empty log message ***

This commit is contained in:
Marc Wäckerlin
2005-03-11 23:29:43 +00:00
parent 97d1498631
commit bdb6c3c0ba
3 changed files with 39 additions and 2 deletions

6
README
View File

@@ -1,5 +1,5 @@
Featureful C++ Library containing a lot of needful things. Everything,
I often need, but it's missing in C++ standard libraries and other
I often need, but is missing in C++ standard libraries and other
common 3rd party libraries, such as log4cxx, cppunit and boost.
I have paid attention to define simple and a nice to use
@@ -38,7 +38,9 @@ The library contains modules for the following purposes:
- Tokenizer
Split a string into tokens and iterate through them
- Simple Tracing (for temporary debugging)
- Function Trace (using log4cxx)
- Automatic Function Trace: Add function trace with no code
change!
- A C++ wrapper around libltdl, Libtool Dynamic Loading library