Skip to main content

a common package for algomax-cli and algomax-engine

Project description

Algomax-Common

A common tools for working with algomax-cli and algomax-engine.

install the package with bellow command:

-> pip install algomax-common

##Logging

Adding logging to your Python program is as easy as this:

from algomax_common.logger import AMLogger

###Initiate the logger add below code on top of your programs file

AMLogger.init()

and, use it:

AMLogger.info('order created successfully', extra=with_this_data)

AMLogger.error('order creation failed', extra=order_data_and_error)

Note: extra is a dict

###Explore log files above code creates a directory named logs in your project directory.

log directory structure:

logs
|____ error.json    # contains AMLogger.error() records
|____ info.json     # contains AMLogger.info() records

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

algomax-common-0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

algomax_common-0.1-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

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