- MOre 64 bits warning fixes
Updated hgignore
- Updated copyright year
- Improved 64 bits compatibility
- pattern_formatter: Added support for custom f...
- Added hgingnore file
- Removed the char type from all the template d...
- Improvements to thread safety support. Added ...
- Solution tests migrated from Visual studio 20...
- The version constants have been moved to a mo...
- Updated copyright and TODO.txt
- Modified some global constant definitions to ...
- pattern_formatter: The pattern string constru...
- Add support for using custom string classes, ...
- logger: Fixed some documentation issues.
- file_handler and rotation_file_handler: Fixed...
- file_handler and rotation_file_handler: Fixed...
- create_custom_logger(): Added the create_on_d...
- Make some TAB->SPACE conversions (the source ...
- Updated copyrights in two files.
- Added more documentation and fixed some doc t...
- Drastically improved support for POSIX time s...
- generic_formatter and pattern_formatter: Perf...
- handler: Added support for changing the defau...
- file_handler and inherited classes: Added sup...
- The formatter objects are now fully thread safe.
- Make logger objects thread safe if compiled w...
- logger: Renamed the set_formatter() and enabl...
- Implemented support for using formatters dire...
- pattern_formatter: Add support for token size...
- Added support for inline date formatting for ...
- file_handler: Added the create_on_demand para...
- The CPPLOGGING_NO_MULTITHREAD has been change...
- Still more work on the doxygen documentation:...
- Changed the default arguments initialization ...
- The logger::add_handler() method returns now ...
- More work on documentation: Created the intro...
- Implemented internal::get_milliseconds(), int...
- Added a doxyfile for doxygen document generat...
- Implemented a new pattern_formatter class. Th...
- Improved doxygen documentation
- Added the translate_level(), translate_timest...
- The logger class generates the correct millis...
- generci_formatter: Migrated the timestamp and...
- The generic_formatter can now use a custom pa...
- Renamed itostr() to uitostr().
- formatter: The format() method isn't virtual ...