Skip to content

02 Logging

Timotheus Pokorra edited this page Jan 29, 2018 · 1 revision

We have logging available, log messages go to BOF/src/logs

See the initial commit that added this feature: https://github.com/ICCM-EU/BOF/commit/ece5e1ce027147c6b324ccb75c9c2afc9f1b7668

Since then, the setup of the logging has been moved to https://github.com/ICCM-EU/BOF/blob/master/src/dependencies.php#L3

To use logging, call:

 $this->logger->addInfo('Something interesting happened: we said hello to '.$name);
Clone this wiki locally