pharo-beacon

Description

Beacon is a small event and logging framework for pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
15
Forks
8
Created
Sept. 14, 2016
Updated
March 29, 2026
Topics
pharo

README excerpt

# 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
```
← Back to results