Skip to content

Commit

Permalink
Merge remote-tracking branch 'rocketraman/rg/405-rolling-log-file' in…
Browse files Browse the repository at this point in the history
…to fork/rocketraman/rg/405-rolling-log-file
  • Loading branch information
samhill303 committed Nov 19, 2024
2 parents b1a7cbb + 6e88f28 commit 23974d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ import shared

struct ContentView: View {

let common: SampleIOS
let common: SampleMobile

init() {
let filePath = NSHomeDirectory() + "/Documents/"
let fileName = "KermitSampleLogs"
ContentView.createLoggingFile(withName: fileName, atPath: filePath)

self.common = SampleIOS(filePathString: filePath, logFileName: fileName)
self.common = SampleMobile(filePathString: filePath, logFileName: fileName)
}

private static func createLoggingFile(withName name:String, atPath filePath: String){
Expand Down

0 comments on commit 23974d4

Please sign in to comment.