Skip to main content

Multi-process secure logs both in linux and windows

Project description

# how to use this:

logger = LogManager(‘logger_name’).get_and_add_handlers(log_level_int=1, is_add_stream_handler=True, log_path=None, log_filename=None, log_file_size=10,mongo_url=None,formatter_template=2)

logger.debug(‘hello’)

logger.info(‘world’)

### if you want to also write logs to mongodb

connect_url = ‘mongodb://myUserAdmin:8mwTdy1klnxxxx@112.25.53.14:27017/admin’ logger = LogManager(‘helloMongo’).get_logger_and_add_handlers(mongo_url=connect_url)

logger.debug(‘hello’)

logger.info(‘world’)

### and also you can write log information to file

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

multiprocessing_log_manager-0.2.0.tar.gz (17.5 kB view details)

Uploaded Source

File details

Details for the file multiprocessing_log_manager-0.2.0.tar.gz.

File metadata

File hashes

Hashes for multiprocessing_log_manager-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c10a2eb85c8d47eb59d2dedf6f2b6a16abf55b4058d5acde5b83b5b6a7077674
MD5 199b38de8b69ecc1b49794f472a6680f
BLAKE2b-256 abf11477ae94f324f41e97a14b3fae7a4d0a43638514d1f0e35aa0a15902792f

See more details on using hashes here.

Provenance

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