swift-log and osLog differences

Hey

In my opinion osLog ( or Logging ) is an Apple Logging framework which provides logging facilities.

And swift-log is Swift OpenSource framework which provides logging facitilies.

And on Apple platforms Apple frameworks ( osLog ) are more conveinent and performant than Swift OpenSource frameworks.

Am I right?

So, a difference between these two frameworks is that swift-log provides an open source logging analogue for Swift.

swift-log and osLog differences
 
 
Q