summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadLogging/LogFileOutputStream.swift
AgeCommit message (Expand)AuthorFilesLines
2024-10-08Fix failing log rotation testJon Petersson1-0/+7
2024-05-06Ensure log file sizes stay below a certain thresholdJon Petersson1-12/+62
2024-04-17Move log file header writing to LogFileOutputStreamAndrew Bulhak1-8/+17
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-2/+3
2023-02-03Buffer messages and attempt to reopen log file descriptor on failureAndrej Mihajlov1-0/+168