python“logging”功能的扩展,用于优化多宇宙集成。

logging-mv-integrations的Python项目详细描述


记录MV集成

pythonlogging功能的扩展 旨在调整多元宇宙整合。

徽章

docsDocumentation StatusLicense Status
infoHit CountContributors
testsTravis-CI Build StatusCode Coverage Status
packagePyPI Package latest releaseSupported versions
otherRequirements Status

安装

pip install logging_mv_integrations

架构

logging-mv-integrationslogging facility for Python的扩展 用于优化提供自定义日志级别、格式和输出的多维集成。

UML logging-mv-integrations

函数:get_logger()

defget_logger(logger_name,logger_version=None,logger_level=logging.INFO,logger_format=LoggingFormat.JSON,logger_output=LoggingOutput.STDOUT_COLOR,logger_handler=None):

get_logger():参数

ParameterPurpose
logger_nameReturn a logger with the specified name or, if name is None, return a logger which is the root logger of the hierarchy.
logger_version
logger_formatLoggingFormat
logger_outputLoggingOutput
logger_handlerlogging.StreamHandler() or logging.FileHandler()

测井水平

相同的python日志记录级别,包括一个额外的级别说明。

LevelPurpose
DEBUGDetailed information, typically of interest only when diagnosing problems.
NOTEDetailed information, request processing, for example, request using cURL.
INFOConfirmation that things are working as expected. [DEFAULT]
WARNINGAn indication that something unexpected happened, or indicative of some problem in the near future. The software is still working as expected.
ERRORDue to a more serious problem, the software has not been able to perform some function.
CRITICALA serious error, indicating that the program itself may be unable to continue running.

日志格式

FormatPurpose
STANDARDStandard logging format.
JSONJSON logging format. [DEFAULT]
classLoggingFormat(object):"""TUNE Logging Format ENUM
    """STANDARD="standard"JSON="json"

记录输出

OutputPurpose
STDOUTStandard Output to terminal
STDOUT_COLORStandard Output using colored terminal
FILEStandard Output to file created within ./tmp/log_<epoch time seconds>.json.
classLoggingOutput(object):"""TUNE Logging Output ENUM
    """STDOUT="stdout"STDOUT_COLOR="color"FILE="file"

记录json格式

importloggingfromlogging_mv_integrationsimport(LoggingFormat,get_logger,__version__)log=get_logger(logger_name=__name__,logger_version=__version__,logger_format=LoggingFormat.JSON,logger_level=logging.NOTE)log.info("logging: info",extra={'test':__name__})log.note("logging: note",extra={'test':__name__})log.debug("logging: debug",extra={'test':__name__})log.warning("logging: warning",extra={'test':__name__})log.error("logging: error",extra={'test':__name__})log.critical("logging: critical",extra={'test':__name__})log.exception("logging: exception",extra={'test':__name__})

记录json示例输出

$ python3 examples/example_logging_json.py

{"asctime": "2017-10-20 08:31:14 -0700", "levelname": "INFO", "name": "__main__",
"version": "0.1.6", "message": "logging: info", "test": "__main__"}{"asctime": "2017-10-20 08:31:14 -0700", "levelname": "NOTE", "name": "__main__",
"version": "0.1.6", "message": "logging: note", "test": "__main__"}{"asctime": "2017-10-20 08:31:14 -0700", "levelname": "WARNING", "name": "__main__",
"version": "0.1.6", "message": "logging: warning", "test": "__main__"}{"asctime": "2017-10-20 08:31:14 -0700", "levelname": "ERROR", "name": "__main__",
"version": "0.1.6", "message": "logging: error", "test": "__main__"}{"asctime": "2017-10-20 08:31:14 -0700", "levelname": "CRITICAL", "name": "__main__",
"version": "0.1.6", "message": "logging: critical", "test": "__main__"}{"asctime": "2017-10-20 08:31:14 -0700", "levelname": "ERROR", "name": "__main__",
"version": "0.1.6", "message": "logging: exception", "exc_info": "NoneType: None",
"test": "__main__"}

要求

logging-mv-integrations模块基于python 3构建,并且依赖于 Python Package Index PyPI中提供了几个python模块。

make install-requirements

python3 -m pip uninstall --yes --no-input -r requirements.txt
python3 -m pip install --upgrade -r requirements.txt

0.5.4(2018-02-16)

  • 迁移到github/tunelab

0.5.3(2018-01-25)

  • 迁移到github/tuneinc

0.5.2(2017-12-10)

  • 阅读docs.org

0.4.0(2017-11-24)

  • 自述

0.3.2(2017-11-21)

  • 自述
  • 特拉维斯ci

0.1.7(2017-10-26)

  • 使用格式化字符串文本

0.1.6(2017-10-19)

  • 日志输出:文件、标准输出、标准输出颜色

0.1.5(2017-10-17)

  • 固定标准格式

0.1.4(2017-10-09)

  • 多个处理程序修复

0.1.3(2017-09-12)

  • 使用python标准日志记录,而不是调整日志记录,并删除所有不需要的文件

0.1.2(2017-02-03)

  • 切换到使用安全铸造包中的铸件

0.1.1(2017-02-03)

  • python 3.6升级

0.0.1(2016-11-19)

  • First Commit

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java返回入for循环或外循环   Android是由java引起的。安全cert.CertPathValidatorException:找不到证书路径的信任锚点   PHP和Java之间有什么区别?   java我想将gridview更改为recyclerview   java获取分页的行数   试图在Java类中计算CKJM时发生类错误   java如何在BIRT报告中集成谷歌地图   java我可以在enum上使用Spring的@Component吗?   在Android Java的硬件键盘上设置CAPS_LOCK和NUM_LOCK   XSD 1.1断言中基于java XSD attributevalue的regexvalidation   java从命令行设置spring属性文件位置   Ogg格式的java语音录制?   java我能找到Groovy代码块中可能抛出的所有(已检查的)异常吗?   java为什么这会导致ClassCastException?   java在安卓 studio中的活动之间传递数据   java Intellij:如何从现有进程更新运行配置环境?   java我们如何创建Dagger 2的依赖关系图?   java如何从JSP页面到servlet获取数据   Java https连接证书不受信任+javax。网ssl。SSLException:PKIX路径生成失败