Skip to content

Using Logging to send log to a notification service #41

@s-celles

Description

@s-celles

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 ( s-celles/Pushover.jl#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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions