2017 © Pedro Peláez
 

library think-1987

think log

image

ximeng1987/think-1987

think log

  • Sunday, June 17, 2018
  • by ximeng1987
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

think-log

写入LOG日志,支持文件及SocketLog。, (*1)

安装, (*2)

composer require topthink/think-log

用法:, (*3)

$log = new \think\Log;
$log->init([
    'type'=>'file',
    'path'=>'./runtime/logs/',
]);
$log->record('error info','error');
$log->error('error info');
$log->info('log info');
$log->save();

The Versions

17/06 2018

dev-master

9999999-dev

think log

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

by liu21st

17/06 2018

v2.0

2.0.0.0

think log

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

by liu21st

15/12 2017

v1.0

1.0.0.0

think log

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6.0

 

by liu21st