Hello guys, I want to capture the logs of a Pharo program to visualize them, but I do not find something like Python to log stuffs with more info than the string itself (such as severity or source of the log) ( https://docs.python.org/2/howto/logging.html). Is there a standard tool for logging in Pharo already in use? Bests, Miguel
Hi Miguel, there is beacon for logging https://github.com/pharo-project/pharo-beacon you can also consider pharo-sentry https://github.com/peteruhnak/pharo-sentry (note that sentry can be self-hosted) Peter On Mon, Jul 9, 2018 at 10:30 PM, Miguel Campusano < m.campusano.araya@gmail.com> wrote:
Hello guys,
I want to capture the logs of a Pharo program to visualize them, but I do not find something like Python to log stuffs with more info than the string itself (such as severity or source of the log) (https://docs.python.org/2/ howto/logging.html).
Is there a standard tool for logging in Pharo already in use?
Bests, Miguel
thanks! On Tue, Jul 10, 2018 at 3:20 AM Peter Uhnák <i.uhnak@gmail.com> wrote:
Hi Miguel,
there is beacon for logging https://github.com/pharo-project/pharo-beacon
you can also consider pharo-sentry https://github.com/peteruhnak/pharo-sentry (note that sentry can be self-hosted)
Peter
On Mon, Jul 9, 2018 at 10:30 PM, Miguel Campusano < m.campusano.araya@gmail.com> wrote:
Hello guys,
I want to capture the logs of a Pharo program to visualize them, but I do not find something like Python to log stuffs with more info than the string itself (such as severity or source of the log) ( https://docs.python.org/2/howto/logging.html).
Is there a standard tool for logging in Pharo already in use?
Bests, Miguel
participants (2)
-
Miguel Campusano -
Peter Uhnák