2017 © Pedro Peláez
 

library think-log

think log

image

topthink/think-log

think log

  • Tuesday, January 30, 2018
  • by topthink
  • Repository
  • 2 Watchers
  • 0 Stars
  • 223 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 51 % 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

30/01 2018

dev-master

9999999-dev

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