summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadLogging/Logging.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-4/+6
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-02-04Update copyright string in switft filesOskar1-1/+1
2024-11-28Reduce the maximum log file size to 2MBBug Magnet1-1/+1
2024-05-06Ensure log file sizes stay below a certain thresholdJon Petersson1-1/+1
2024-04-17Remove logs older than 7 days, instead all of themEmīls1-1/+1
2024-04-17Move log file header writing to LogFileOutputStreamAndrew Bulhak1-4/+6
2024-04-17Add a header to log filesEmils1-1/+2
2024-04-17Change log rotation to a quota based systemJon Petersson1-2/+5
2023-06-09Formalize application targetsAndrej Mihajlov1-17/+4
2023-02-15Logging: add logger levelAndrej Mihajlov1-0/+2
2023-02-03Buffer messages and attempt to reopen log file descriptor on failureAndrej Mihajlov1-12/+2
This should cover the case where log file cannot be open on boot when file system is still locked (until the first device unlock)
2023-02-03Rework logging configurator into builderAndrej Mihajlov1-51/+72
2022-10-13Add MullvadTypes and MullvadLogging targetsAndrej Mihajlov1-0/+79