Skip to content

Commit

Permalink
Update the README with limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-joruk committed Feb 22, 2024
1 parent 7837ecd commit f192e27
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ fn main() {
}
```

## Missing features
## Limitations

* Activities
* Tracing
* Native support for line numbers and file names.
Most of Apple's logging related functions are macros that enable some
optimizations as well as providing contextual data such as source file location.

By wrapping the macros for use from Rust, we lose those benefits.

Attempting to work around this would involve digging in to opaque types, which
would be an automatic or eventual rejection from the App store.

0 comments on commit f192e27

Please sign in to comment.