We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f818dbc commit 22554f7Copy full SHA for 22554f7
Sources/FortunesAlgorithm/FortuneSweep.swift
@@ -69,6 +69,7 @@ public class FortuneSweep {
69
startingValues: filtered
70
)
71
72
+ logger?.log("Computation started!", level: .info)
73
var finished = false
74
while !finished {
75
step()
0 commit comments