Skip to content

Commit ecbd318

Browse files
committed
Add a note for log variable
1 parent 34809bd commit ecbd318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Logger.swift

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import Foundation
44
import os.log
55

6+
// Must be a variable to use `hook` property in testing
67
var log = {
78
return Logger()
89
}()

0 commit comments

Comments
 (0)