Skip to main content

No project description provided

Project description

===========
Hyperion V0.0.3
===========

Hyperion provides an intuitive and efficient way to store logs from python into AWS CloudWatch.


Typical Usage:


#import the package
import hyperion


#This will return the HyperionLogger Object which included additional built in functions.
log = hyperion.get_logger()

#add the handler with a unique stream name and log group name.
#Note: You can do this anywhere in your code so if the stream_name has to be generated in code.
#Bigger NOTE: If you do not add a handler it will not log to cloud watch!
log.add_handler(stream_name,log_group)

#There is also a set_level function to set the level for the logger.
log.set_level(debug,info,warning, etc.)

#In order to start logging do the following:
log.info('message')
log.debug('message')
log.error(dict(foo='bar',details={'user_name':'user123','password':'password1'}))


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hyperion-logs-0.0.3.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

hyperion_logs-0.0.3-py2-none-any.whl (6.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page