Skip to main content

python language agent

Project description

PLEASE READ THIS SECTION CAREFULLY

This module provides you three main methods to use in your application: 1.sendlog(message):this method send your string type log messages with appropriate buffering and time out facility. Your messages will remain in buffer for fixrd time or till buffer gets complelety filled and then batch of messages will be send to DB and bufferes get cleared for next batch.

2.setBufferLength(len):this method is used to customize buffer length.(default length is 5)

3.setTimerTime(time):this methods enables you to set time interval, after the expiry of this time,buffer data will be send,irrespective of buffer length.(default value=10)

NOTE:first set bufferlength and timeout interval using method number 2 and 3 and then use sendlog() method in your code as many time as you wish.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

logover-0.0.1-py3-none-any.whl (3.0 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