Giter VIP home page Giter VIP logo

pharo-beacon's Introduction

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

pharo-beacon's People

Contributors

akgrant avatar ducasse avatar estebanlm avatar girba avatar hellerve avatar jurajkubelka avatar marcusdenker avatar noha avatar pavel-krivanek avatar peteruhnak avatar philippeback avatar stonesong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pharo-beacon's Issues

MemoryLogger could be reorganised

Hi alistair

I would like to change the logic of the memory logger.
Do you think that it would be possible to have a version without the startAutoSaving?
Do you think that we could also have one version without the dependency to UFFI?

What is the license of this package?

Hi there!

There is no license specified for this project. Is this secretly MIT licensed perhaps? If not, would the contributors be able to agree on it (or a similarly permissive license)? :)

It would be great if you could add an explicite license to the repository.

FileLogger seems broken

While trying to use beacon today I tried to execute:

(FileLogger filename: 'log.log')

But it throws me an error:

ZnCharacterWriteStream(Object)>>doesNotUnderstand: #converter:
FileLogger>>newStream
FileLogger>>stream
FileLogger>>append:
FileLogger class>>filename:append:
FileLogger class>>filename:
UndefinedObject>>DoIt

Make streams reopen on image restart

Until now beacon has stream loggers that use streams. When saving the image and open the image again the file handles are closed of course. So the streams need to be resetted or niled where possible

New stable version should be released

I wanted to try Beacon so I installed it on a Pharo 4 image. I wanted to try the StringSignal but first thing I got was a deprcation.

I think a new stable version should be released since this is corrected in the dev version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.