Skip to content

Commit 22554f7

Browse files
author
Oleksandr Glagoliev
committed
Add log event
1 parent f818dbc commit 22554f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/FortunesAlgorithm/FortuneSweep.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public class FortuneSweep {
6969
startingValues: filtered
7070
)
7171

72+
logger?.log("Computation started!", level: .info)
7273
var finished = false
7374
while !finished {
7475
step()

0 commit comments

Comments
 (0)