We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
log
1 parent 34809bd commit ecbd318Copy full SHA for ecbd318
Sources/Logger.swift
@@ -3,6 +3,7 @@
3
import Foundation
4
import os.log
5
6
+// Must be a variable to use `hook` property in testing
7
var log = {
8
return Logger()
9
}()
0 commit comments