This document discusses the need for a logging framework and introduces LLAMA, a lightweight, object-oriented logging tool developed by DMC. LLAMA provides a simple API, configurable targets, and organized, timestamped output. It is designed to have minimal impact on application performance and be easy to integrate, extend, and use for debugging deployed applications without a development environment. The document reviews community logging tools and outlines LLAMA's design, including its daemon, message-based architecture, and extensibility through new message and target types.