Skip to content

A Logger lib build in C++, platform independent, thread safe

Notifications You must be signed in to change notification settings

praveens3/LoggerLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LoggerLib

A Logger lib build in C++, platform independent, thread safe

srcLoggerLib consist the src code.

  • Implemented a logger in C++ which will be consumed by platform independent application.
  • Supports multithreads/ thread safe API's
  • Supports log file rotation by filesize/ by timelapse
  • Configuration by custamized '='parser

Tester

  • LoggerTester.cpp will do load test
  • Used for testing Logger directly (not as lib.)
  • this will calculate and show the perfomance data dynamically with respect to load

Targets

  • design review
  • code review
  • cout and printf system operator overloading
  • lib exportor
  • supports to linux and win dll
  • optimization
  • improve the load tester
  • improve the library tester

betaReleases/06_Sep_2016

  • contains release LoggerLib.lib
  • supports windows

TestLoggerLib

  • A C++ test console project to test the LoggetLib.lib

About

A Logger lib build in C++, platform independent, thread safe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published