Beacon is a small event and logging framework for pharo
# Beacon Beacon is a slim logging engine based entirely on Announcements. Its core part is already present in [Pharo](https://github.com/pharo-project/pharo). More info in the pharo project documentation: [pharo/beacon](https://github.com/pharo-project/pharo/blob/Pharo14/doc/Beacon/Beacon.md) ## Installation ```smalltalk Metacello new baseline: 'Beacon'; repository: 'github://pharo-project/pharo-beacon/src'; load ```