python language agent
Reason this release was yanked:
forget to add __init__.py in module
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for walkoverlog-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0a659a4c9edd79eff89617dfc303df74266265d21646d7ad376740afb21cefb |
|
MD5 | ab1fa2d996580ab6677d809c16512141 |
|
BLAKE2b-256 | bce32ee26cf28474e38319112bbeb8d61480a63896ef9cc4f79bab4112454ea9 |