PHPackages                             delboy1978uk/bone-log - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. delboy1978uk/bone-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

delboy1978uk/bone-log
=====================

Log package for Bone Framework

v1.4.2(2y ago)02.1k3MITPHPPHP ^8.2

Since Mar 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/delboy1978uk/bone-log)[ Packagist](https://packagist.org/packages/delboy1978uk/bone-log)[ RSS](/packages/delboy1978uk-bone-log/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (17)Used By (3)

log
===

[](#log)

[![Latest Stable Version](https://camo.githubusercontent.com/31b5211096ab70175cf79f28ba401ecb5db626df47a8caa6e79917dc167faaee/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d6c6f672f762f737461626c65)](https://packagist.org/packages/delboy1978uk/bone-log) [![Total Downloads](https://camo.githubusercontent.com/27ea7507b6d99dc9c8663394a1729d7cfcf17d9c3deca4b6d3fb9fd04c058493/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652f646f776e6c6f616473)](https://packagist.org/packages/delboy1978uk/bone) [![Latest Unstable Version](https://camo.githubusercontent.com/84c6ad785bb7ee4c5915a85f735749b3200327d0087701dc85cb36108279e604/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d6c6f672f762f756e737461626c65)](https://packagist.org/packages/delboy1978uk/bone-log) [![License](https://camo.githubusercontent.com/29dfc3a78595329ce75fa2fed3d0c4149a26faa419ff4a7d009d0255be43b901/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d6c6f672f6c6963656e7365)](https://packagist.org/packages/delboy1978uk/bone-log)
[![build status](https://github.com/delboy1978uk/bone-log/actions/workflows/master.yml/badge.svg)](https://github.com/delboy1978uk/bone-log/actions/workflows/master.yml/badge.svg) [![Code Coverage](https://camo.githubusercontent.com/0d60c90ca733c05668f15899163d1a4608e31423f005630b748c69295ac5d96d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d6c6f672f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-log/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/7102a20de3075ef9ade7135d26134c6898267a9e80824eb715a38f06f65bbe79/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d6c6f672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-log/?branch=master)

Log package for Bone Framework

installation
------------

[](#installation)

bone-log is a core dependency of Bone Framework, as so comes installed as standard. See `config/bone-log.php` in the skeleton project

usage
-----

[](#usage)

To get a logger into your controllers, make them implement `Bone\Log\LoggerAwareInterface`, and use the trait `Bone\Log\Traits\HasLoggerTrait`.

```
