Skip to content

johnzachary/clogger

 
 

Repository files navigation

Overview

Build Status

The clogger library provides a simple, high performance logging framework based on the ideas in the Logbook project.

API documentation can be found here.

Build instructions

To build clogger, you need the following libraries installed on your system:

If you want to build the documentation, you also need:

The clogger library uses CMake as its build manager. In most cases, you should be able to build the source code using the following (from the top level of your copy of the source tree):

$ mkdir .build
$ cd .build
$ cmake .. \
    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
    -DCMAKE_INSTALL_PREFIX=$PREFIX
$ make
$ make test
$ make install

You might have to run the last command using sudo, if you need administrative privileges to write to the $PREFIX directory.

About

A C logging library based on Python's logbook

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.6%
  • CMake 16.5%
  • Python 15.3%
  • Perl 11.5%
  • Shell 2.1%