ssphp/standard-log

log standard

Installs: 15

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ssphp/standard-log

1.1.0 2019-07-24 12:51 UTC

This package is not auto-updated.

Last update: 2025-10-10 17:24:06 UTC


README

Intro

在程序开发中写日志是一件非常重要,也是很容易被开发同学忽视的地方。日志记录不全,格式不统一给我们后期的搜集、分析和问题查找带来了很大的麻烦。基于以上问题,统一日志格式势在必行, ssphp/standard-log是一套完全参照ssgo日志标准开发的php包。

Directory structure

├── CHANGELOG.md           # CHANGELOG
├── README.md              # README
└── src
    ├── ssphp
    │   ├── Standard
    │   └── Log            # 日志标准
    └── Tests              # 测试脚本


Installation

Install the latest version with

$ composer require ssphp/standard

Log Content Standard

参考: ssgo日志标准