You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ This package provides some utilities to capture logs of other processes. This ca
4
4
5
5
The logs captured are the same ones visible in Console.app.
6
6
7
+
> [!IMPORTANT]
8
+
> This package makes use of the private framework LoggingSupport. While unlikely, OS updates might change the internals of the framework and break this package.
9
+
7
10
## Usage
8
11
9
12
Capturing logs for one process:
@@ -29,5 +32,3 @@ To capture logs of all processes, use the following initializer:
> Note: To link against the private framework LoggingSupport, which is used by this package, you may be required to set an extra search path. You can do this by adding the following to `System Framework Search Paths` in your projects build settings: `$(DEVELOPER_SDK_DIR)/MacOSX.sdk/System/Library/PrivateFrameworks`
0 commit comments