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 f2d3943 commit 63890e7Copy full SHA for 63890e7
Sources/InterposeKit/Interpose.swift
@@ -252,12 +252,12 @@ public enum Interpose {
252
// MARK: Logging
253
// ============================================================================ //
254
255
+ #if compiler(>=5.10)
256
/// The flag that enables logging of InterposeKit internal operations to standard output
257
/// using the `print(…)` function. Defaults to `false`.
258
///
259
/// It is recommended to set this flag only once early in your application lifecycle,
260
/// e.g. at app startup or in test setup.
- #if compiler(>=5.10)
261
public nonisolated(unsafe) static var isLoggingEnabled = false
262
#else
263
public static var isLoggingEnabled = false
0 commit comments