cunha / log

C logging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C logging library

This module creates a unique log handler for a program. It supports several helper functions to handle logging of error messages. This module uses the cyclic file handler to create thread-safe rotating files. The interface is as follows:

  1. initialize the log handler using log_init
  2. print messages to the file using logd, loge, and logea
  3. destroy the logging handler with log_destroy when you are done.

About

C logging library

License:GNU General Public License v3.0


Languages

Language:C 100.0%