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'}))
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)
Built Distribution
Close
Hashes for hyperion_logs-0.0.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4808c10c8dec7151b5ee15bd1cbc7e137bdd2986bc0f19ea936021e618332f31 |
|
MD5 | 1cbdcc61babcc49010dbec71da945f81 |
|
BLAKE2b-256 | 1122fe773b02006f26566ff9543124c5d96cf55360d8f5f0b11bf7efab54eaf1 |