We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 )
The text was updated successfully, but these errors were encountered: