2017 © Pedro Peláez
 

library log

日志管理

image

houdunwang/log

日志管理

  • Tuesday, October 10, 2017
  • by houdunwang
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,126 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 1 % Grown

The README.md

日志管理

介绍

网站错误日志处理组件, (*1)

[TOC], (*2)

开始使用

安装组件

使用 composer 命令进行安装或下载源代码使用。, (*3)

composer require houdunwang/log

HDPHP 框架已经内置此组件,无需要安装, (*4)

配置

$config = [
    //日志保存目录
    'dir' => 'log'
];
\houdunwang\config\Config::set( 'log', $config );

写入日志

执行以下方法将直接写入日志到文件中。, (*5)

\houdunwang\log\Log::write('系统错误',\houdunwang\log\Log::ERROR);
//参数说明: a: 错误内容  b:错误等级
/**
错误等级类常量:
const FATAL = 'FATAL';          // 严重错误: 导致系统崩溃无法使用
const ERROR = 'ERROR';          // 一般错误: 一般性错误
const WARNING = 'WARNING';      // 警告性错误: 需要发出警告的错误
const NOTICE = 'NOTICE';        //通知: 程序可以运行但是还不够完美的错误
const DEBUG = 'DEBUG';          //调试: 调试信息
const SQL = 'SQL';              //SQL:SQL语句 注意只在调试模式开启时有效
const EXCEPTION = 'EXCEPTION';  //异常错误
*/

记录日志

记录日志会在请求结束时自动加入文件中, (*6)

\houdunwang\log\Log::record('系统错误',\houdunwang\log\Log::ERROR);

The Versions

10/10 2017

dev-master

9999999-dev http://www.houdunwang.com/

日志管理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

log json hdphp houdunwang

10/10 2017

v1.0.11

1.0.11.0 http://www.houdunwang.com/

日志管理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

log json hdphp houdunwang

17/05 2017

v1.0.10

1.0.10.0 http://www.houdunwang.com/

日志管理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

log json hdphp houdunwang

06/01 2017

v1.0.8

1.0.8.0 http://www.houdunwang.com/

日志管理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

log json hdphp houdunwang

06/01 2017

v1.0.7

1.0.7.0 http://www.houdunwang.com/

日志管理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

log json hdphp houdunwang

27/12 2016

v1.0.6

1.0.6.0 http://www.houdunwang.com/

日志管理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

log json hdphp houdunwang

26/12 2016

v1.0.5

1.0.5.0 http://www.houdunwang.com/

日志管理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

log json hdphp houdunwang

24/12 2016

v1.0.4

1.0.4.0 http://www.hdphp.com/

日志管理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

log json hdphp houdunwang

22/12 2016

v1.0.3

1.0.3.0 http://www.hdphp.com/

日志管理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

log json hdphp houdunwang

22/12 2016

v1.0.2

1.0.2.0 http://www.hdphp.com/

日志管理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

log json hdphp houdunwang

22/12 2016

v1.0.1

1.0.1.0 http://www.hdphp.com/

日志管理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

log json hdphp houdunwang