Beacon

July 4, 2025 ยท View on GitHub

Beacon is a slim logging engine based entirely on Announcements. Its core part is already present in Pharo.

More info in the pharo project documentation: pharo/beacon

Installation

Metacello new
   baseline: 'Beacon';
   repository: 'github://pharo-project/pharo-beacon/src';
   load