common-logging 0.0.0

Creator: codyrutscher

Last updated:

0 purchases

common-logging 0.0.0 Image
common-logging 0.0.0 Images
Add to Cart

Description:

commonlogging 0.0.0

common-logging
python logging handler to fix the problem of your program having multiple instances and logging to the same file

package name reservation

planned is something along the lines of
import logging
from commonlogging import CommonLoggingHandler

APPLICATION_PORT=12345

logging.basicConfig(
handlers=[
CommonLoggingHandler(port=12345, handler=logging.FileHandler("file.log"))
]
)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.