tracelog
tracelog copied to clipboard
Enhance `FileWriter` on iOS to only write when protected data is available.
Describe the solution you'd like
Add checks specifically for iOS that monitor the protected state of the log file currently being written to and only write when it is available. this would use the new FailureReason
to return .unavailable
when the protected data is not available.
Describe alternatives you've considered None.
Completed .fixed
strategy with PR #101 .