We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2c814b + 9eabb5a commit 1e93835Copy full SHA for 1e93835
1 file changed
Sources/Support/Logging/LogMonitor/LogMonitor.swift
@@ -9,6 +9,9 @@ import UniformTypeIdentifiers
9
///
10
/// `LogMonitor` continuously monitors the system log store for new entries and persists them
11
/// to a SwiftData model container.
12
+///
13
+/// - Warning: Only one instance of `LogMonitor` should be created per application.
14
+/// Creating multiple instances may result in unpredictable behavior.
15
public class LogMonitor {
16
private static let logger = Logger(subsystem: "com.zuhlke.Support", category: "LogMonitor")
17
0 commit comments