This will be useful for any tasks in which we want to analyse logs emitted by the library, for example answering this question.
I want to create a library that will allow us to build scripts/tooling in Swift for analysing the logs emitted by the library and the example apps. It should parse a log file and turn it into an array of structs representing a line (with information like timestamp, log level, etc).
This will be useful for any tasks in which we want to analyse logs emitted by the library, for example answering this question.
I want to create a library that will allow us to build scripts/tooling in Swift for analysing the logs emitted by the library and the example apps. It should parse a log file and turn it into an array of structs representing a line (with information like timestamp, log level, etc).