Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Slim-Logger

A stand-alone logger class for use with the Slim Framework

How to Install

using Composer

Create a composer.json file in your project root:

{
"require": {
"slim/logger": "0.1.*"
}
}

Then run the following composer command:

$ php composer.phar install

How to use

<?phprequire'vendor/autoload.php';
$app = new \Slim\Slim(array(
'log.writer' => new \Slim\Logger\DateTimeFileWriter()
));

Author

Josh Lockhart

Contributor

Andrew Smith

License

MIT Public License

About

A stand-alone logger class for use with the Slim Framework

Resources

Stars

40 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages