Skip to main content

ZPower Logger

Project description

ZPlogger
=======

> Zpower日志工具


### Usage

>
from zplogger import logger
logger = Logger(
user='yulong',
project="shouma",
server="xxx.xxx.xxx.xxx", # server ip address
debug=True)
log_msg = 'this is a test msg for test logger in multiplelines.'
logger.warn(sys._getframe().f_lineno, log_msg)
logger.error(sys._getframe().f_lineno, log_msg)
logger.log(sys._getframe().f_lineno, log_msg)

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

zplogger-0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

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