Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch exceptions in logMessage. #130

Merged

Conversation

ewanmellor
Copy link
Contributor

NSFileHandle writeData: will throw an exception if any I/O error
occurs. Catching these means that the app will not crash just
because something went wrong writing a log entry.

NSFileHandle writeData: will throw an exception if any I/O error
occurs.  Catching these means that the app will not crash just
because something went wrong writing a log entry.
rivera-ernesto pushed a commit that referenced this pull request Nov 1, 2013
@rivera-ernesto rivera-ernesto merged commit b68ee14 into CocoaLumberjack:master Nov 1, 2013
@bpoplauschi
Copy link
Member

@ewanmellor thanks for the patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants