2017 © Pedro Peláez
 

util union-log

Laravel dev log util

image

laravel-dev-common/union-log

Laravel dev log util

  • Thursday, January 12, 2017
  • by zhangkexiang
  • Repository
  • 2 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

union-log

使用方法:, (*1)

laravel5.1结构中 在config文件夹创建union.php, (*2)

example:, (*3)

return [ 'log'=>[ 'sms'=>'/tmp/laravel.log' ], (*4)

];, (*5)

使用:, (*6)

use Union\Log;
//异常情况 没有配置sendsms
Log::sendsms_info('success','daily');
Log::sendsms_info('success');//sendsms 配置不存在则不进行日志打印

//正常情况
Log::sms_info('asdf');//单个info日志
Log::sms_info('asdf','daily');//每日的info日志
Log::sms_error('asdf','daily');// 每日的错误日志
Log::sms_info('asdf','daily','error');// 每日的错误日志 限制'error'一下不打印 所以该信息不打印

//debug\info\notice\warning\error\critical\alert\emergency

The Versions

12/01 2017

dev-master

9999999-dev https://github.com/zhangkexiang/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util

12/01 2017

1.0.7

1.0.7.0 https://github.com/zhangkexiang/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util

31/12 2016

1.0.6

1.0.6.0 https://github.com/zhangkexiang/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util

27/12 2016

1.0.5

1.0.5.0 https://github.com/zhangkexiang/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util

27/12 2016

1.0.4

1.0.4.0 https://git.oschina.net/devunion/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util

27/12 2016

1.0.3

1.0.3.0 https://git.oschina.net/devunion/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util

26/12 2016

1.0.2

1.0.2.0 https://git.oschina.net/devunion/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util

24/12 2016

1.0.1

1.0.1.0 https://git.oschina.net/devunion/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util

24/12 2016

1.0.0

1.0.0.0 https://git.oschina.net/devunion/union-log

Laravel dev log util

  Sources   Download

MIT

The Requires

 

by coding

log util