Skip to content

Instantly share code, notes, and snippets.

View ThuggishNuggets's full-sized avatar
👨‍🚀
Oye beltalowda!

Mark Lewis ThuggishNuggets

👨‍🚀
Oye beltalowda!
  • Austin, TX
  • 12:42 (UTC -06:00)
View GitHub Profile
@Megatron1000
Megatron1000 / LogReportCreator.swift
Created April 29, 2022 21:22
Export OSLog To File
import Foundation
import OSLog
@available(iOS 15.0, *)
final class LogReportCreator {
enum LogReportCreatorError: Error {
case noEntries
case unableToFindCachesDirectory
case unknownError(error: Error)