kmsquire / Logging.jl

Logging package for julia
Other
43 stars 26 forks source link

Using Logging to send log to a notification service #41

Open scls19fr opened 8 years ago

scls19fr commented 8 years ago

Hello,

I wrote a tiny package named Pushover.jl.

It's using the Pushover Notification Service API (documented here) to send short message to Android, Iphone, desktop...

I'm looking for a way to integrate this package to a logging package ( https://github.com/scls19fr/Pushover.jl/issues/1 )

I would like to be able to send for example only critical logs to Pushover.

Critical level logs should be both printed to stdout and sent to Pushover but lower level log should only be printed to stdout

Any help will be great.

Kind regards

PS : sending critical logs could also be done using SMS (using for example BulkSMS.jl )