Sha256: e0782925a25b75ca7805dfcbee685c6711e014fda137c5e3ae27d5a7b582e109

Contents?: true

Size: 458 Bytes

Versions: 5

Compression:

Stored size: 458 Bytes

Contents

Logging is a pretty common activity in many applications. Because it is so common, Needle provides a powerful framework for logging messages in a consistent manner.

Needle's logging framework is built on top of the standard Ruby @Logger@ library. However, it extends that library to add additional functionality, including customizable message formats and a centralized location for obtaining logger instances.

This centralized location is the LogFactory.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
needle-1.0.0 doc/manual/parts/logging_overview.txt
needle-1.2.0 doc/manual/parts/logging_overview.txt
needle-1.3.0 doc/manual/parts/logging_overview.txt
needle-1.2.1 doc/manual/parts/logging_overview.txt
needle-1.1.0 doc/manual/parts/logging_overview.txt