Provide a default logging implementation #125
Labels
enhancement
New feature or request
nice to have
This is a "nice to have" feature - not a critical requirement
#117 changes requirement to require a \Psr\Log\LoggerInterface explicitly into the agent, but the suggestion for a default is
NullLogger
.We could provide a very basic logger implementation that writes to file for those who are not familiar with PSR-3 and suggest that as a default.
The text was updated successfully, but these errors were encountered: