Connectivity Middleware Utilities Library

General Description

A logging subsystem that allows run time control for the logging level.

Log messages are passed back to the application for output. Log messages are given sequence numbers. A time callback can be provided by the application for the timestamp for each output line. Log messages are mutex protected across threads so that log messages do not interrupt each other.

API Reference

 Logging enumerated types
 Documentation of the enums provided by logging utility.
 
 Logging data structures
 Documentation of the typedefs defined by the logging utility.
 
 Logging functions
 A logging subsystem provides a set of helper functions to manage logging in the application.