ed-xmos / lib_logging

Debug printing/logging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug printing library

Overview

This library provides a lightweight printf function that can be enabled or disabled via configuration defines. Code can be declared to be within a "debug unit" (usually a library or application source base) and prints can be enabled/disabled per debug unit.

Features

  • Low memory usage
  • Ability to enable or disable printing via compile options
  • Ability to enable or disable printing for sets of source files

Software version and dependencies

.. libdeps::

About

Debug printing/logging library

License:Other


Languages

Language:C 54.8%Language:Python 21.5%Language:Makefile 14.0%Language:XC 8.8%Language:Ruby 0.8%