ApIx Log 1.0.2
- Added the logged message can be the context directly i.e. not a string.
- Added
\InvalidArgumentException
with an explicit message to the main constructor. - Added handling of Exception as context e.g.
$logger->critical( new \Exception('Boo!') )
.