Nick Griffith
Nick Griffith
### New Pull Request Checklist * [x] I have read and understood the [CONTRIBUTING guide](https://github.com/CocoaLumberjack/CocoaLumberjack/blob/master/.github/CONTRIBUTING.md) * [x] I have read the [Documentation](http://cocoadocs.org/docsets/CocoaLumberjack/) * [x] I have searched for a similar...
Please add a filter type that allows me to filter based on the context passed with a log message.
I've set a timeout value of 3 (this is 3 seconds, right?). I've executed a query to select 30,000 rows from a table with several columns (in practice, I don't...
From your README's TODO list: > print to a text file when used on a device But competing logging libraries allow me to add different loggers. As an example: ```...