func logDidAppend()

in PoC/iOS/Bluetooth Tracing PoC/Sources/Services/Logger.swift [20:29]


    func logDidAppend(with message: String)
}

/*
 Singleton that writes log messages to the disc
 and provides computed property 'logs' to get all messages
 and method 'clear' to remove file from the disc
*/

class Logger {