/pharo-beacon

Beacon is a small event and logging framework for pharo

Primary LanguageSmalltalkMIT LicenseMIT

Beacon

Beacon is a slim logging engine based entirely on Announcements.

More info in an introductory blog post: http://www.humane-assessment.com/blog/beacon

Installation

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