wiki:Projects/LoggingTools

Version 1 (modified by Aantn, on 11/22/10 at 21:53:27) (diff)

Created page with "== Introduction == When creating, testing, and running RTEMS appplications, many developers use the printf family of functions to log information. For large applications, viewing…"

LoggingTools

Introduction

When creating, testing, and running RTEMS appplications, many developers use the printf family of functions to log information. For large applications, viewing logs is a pain. Logs are often cluttered, making it difficult to find the information that you need. This page suggests some uses for logging information and describes open source tools that can be used to view and manage logs.

Common Uses for Logging

  • Developing and debugging embedded applications
  • Real time monitoring and/or maintenance of embedded systems

Logging Tools

This page is a work-in-progress. It is being written as part of the Google Code-In 2010 contest. Please see http://www.google-melange.com/gci/task/show/google/gci2010/rtems/t129018536044 for more information.