8000 GitHub - msly/simpleLogger: a simple logger based on Boost.Log v2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

msly/simpleLogger

 
 

Repository files navigation

simpleLogger

A simple logger based on Boost.Log v2. It shows how to create a custom global logger, add a sink with two backends and a filter, add attributes and formats the log message. It also provides some convenience macros for easy usage.

app.cpp demonstrates how simpleLogger can be used: just include simpleLogger.h, link the simpleLogger library and use the LOG_* macros to write the logs.

Its tested and builds on Linux + GCC 4.9 and on Windows7 + Visual Studio 2013.

see also http://gernotklingler.com/blog/simple-customized-logger-based-boost-log-v2/

About

a simple logger based on Boost.Log v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.9%
  • 2ECB CMake 14.8%
  • Batchfile 2.0%
  • Shell 1.3%
0